Uses of Class
de.xima.fc.utils.range.PointRangeRelation
-
Packages that use PointRangeRelation Package Description de.xima.fc.utils.range -
-
Uses of PointRangeRelation in de.xima.fc.utils.range
Methods in de.xima.fc.utils.range that return PointRangeRelation Modifier and Type Method Description static PointRangeRelation
PointRangeRelation. valueOf(String name)
Returns the enum constant of this type with the specified name.static PointRangeRelation[]
PointRangeRelation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.utils.range that return types with arguments of type PointRangeRelation Modifier and Type Method Description static <C extends Comparable<C>>
Set<PointRangeRelation>RangeUtils. rangePointRelation(com.google.common.collect.Range<C> range, C point)
Classifies the given point regarding its relation to the range.
-