Uses of Enum Class
jdk.dynalink.linker.ConversionComparator.Comparison
Packages that use ConversionComparator.Comparison
Package
Description
Contains interfaces and classes needed by language runtimes to implement
their own language-specific object models and type conversions.
-
Uses of ConversionComparator.Comparison in jdk.dynalink.linker
Subclasses with type arguments of type ConversionComparator.Comparison in jdk.dynalink.linkerModifier and TypeClassDescriptionstatic enum
Enumeration of possible outcomes of comparing one conversion to another.Methods in jdk.dynalink.linker that return ConversionComparator.ComparisonModifier and TypeMethodDescriptionConversionComparator.compareConversion
(Class<?> sourceType, Class<?> targetType1, Class<?> targetType2) Determines which of the two target types is the preferred conversion target from a source type.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.Returns the enum constant of this class with the specified name.static ConversionComparator.Comparison[]
ConversionComparator.Comparison.values()
Returns an array containing the constants of this enum class, in the order they are declared.