Uses of Enum
de.xima.fc.utils.range.PointRangeRelation
Packages that use PointRangeRelation
-
Uses of PointRangeRelation in de.xima.fc.utils.range
Methods in de.xima.fc.utils.range that return PointRangeRelationModifier and TypeMethodDescriptionstatic PointRangeRelationReturns 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 PointRangeRelationModifier and TypeMethodDescriptionstatic <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.