Uses of Class
org.openjdk.jmc.common.item.RangeMatchPolicy
-
Packages that use RangeMatchPolicy Package Description org.openjdk.jmc.common.item This package contains theIItemdata model. -
-
Uses of RangeMatchPolicy in org.openjdk.jmc.common.item
Methods in org.openjdk.jmc.common.item that return RangeMatchPolicy Modifier and Type Method Description static RangeMatchPolicyRangeMatchPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static RangeMatchPolicy[]RangeMatchPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.openjdk.jmc.common.item with parameters of type RangeMatchPolicy Modifier and Type Method Description static <M extends Comparable<? super M>>
IItemFilterItemFilters. matchRange(RangeMatchPolicy policy, ICanonicalAccessorFactory<IRange<M>> rangeAttribute, IRange<M> rangeLimit)
-