Uses of Class
org.apache.commons.lang.math.Range
Packages that use Range
-
Uses of Range in org.apache.commons.lang.math
Subclasses of Range in org.apache.commons.lang.mathModifier and TypeClassDescriptionfinal classDoubleRangerepresents an inclusive range ofdoubles.final classFloatRangerepresents an inclusive range offloats.final classIntRangerepresents an inclusive range ofints.final classLongRangerepresents an inclusive range oflongs.final classNumberRangerepresents an inclusive range ofNumberobjects of the same type.Methods in org.apache.commons.lang.math with parameters of type RangeModifier and TypeMethodDescriptionbooleanDoubleRange.containsRange(Range range) Tests whether the specified range occurs entirely within this range usingdoublecomparison.booleanFloatRange.containsRange(Range range) Tests whether the specified range occurs entirely within this range usingfloatcomparison.booleanIntRange.containsRange(Range range) Tests whether the specified range occurs entirely within this range usingintcomparison.booleanLongRange.containsRange(Range range) Tests whether the specified range occurs entirely within this range usinglongcomparison.booleanRange.containsRange(Range range) Tests whether the specified range occurs entirely within this range.booleanDoubleRange.overlapsRange(Range range) Tests whether the specified range overlaps with this range usingdoublecomparison.booleanFloatRange.overlapsRange(Range range) Tests whether the specified range overlaps with this range usingfloatcomparison.booleanIntRange.overlapsRange(Range range) Tests whether the specified range overlaps with this range usingintcomparison.booleanLongRange.overlapsRange(Range range) Tests whether the specified range overlaps with this range usinglongcomparison.booleanRange.overlapsRange(Range range) Tests whether the specified range overlaps with this range.