Uses of Enum
de.xima.fc.utils.range.PointRangeRelation
Packages that use PointRangeRelation
-
Uses of PointRangeRelation in de.xima.fc.utils.range
Subclasses with type arguments of type PointRangeRelation in de.xima.fc.utils.rangeModifier and TypeClassDescriptionenumEnumeration with the possible relationships between a range and a point.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.