Package | Description |
---|---|
jdk.dynalink.linker |
Contains interfaces and classes needed by language runtimes to implement
their own language-specific object models and type conversions.
|
Modifier and Type | Method | Description |
---|---|---|
ConversionComparator.Comparison |
ConversionComparator.compareConversion(Class<?> sourceType,
Class<?> targetType1,
Class<?> targetType2) |
Determines which of the two target types is the preferred conversion
target from a source type.
|
ConversionComparator.Comparison |
LinkerServices.compareConversion(Class<?> sourceType,
Class<?> targetType1,
Class<?> targetType2) |
Determines which of the two type conversions from a source type to the
two target types is preferred.
|
static ConversionComparator.Comparison |
ConversionComparator.Comparison.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ConversionComparator.Comparison[] |
ConversionComparator.Comparison.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 2015, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Ubuntu+0-9b161-1