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 class
DoubleRange
represents an inclusive range ofdouble
s.final class
FloatRange
represents an inclusive range offloat
s.final class
IntRange
represents an inclusive range ofint
s.final class
LongRange
represents an inclusive range oflong
s.final class
NumberRange
represents an inclusive range ofNumber
objects of the same type.Methods in org.apache.commons.lang.math with parameters of type RangeModifier and TypeMethodDescriptionboolean
DoubleRange.containsRange
(Range range) Tests whether the specified range occurs entirely within this range usingdouble
comparison.boolean
FloatRange.containsRange
(Range range) Tests whether the specified range occurs entirely within this range usingfloat
comparison.boolean
IntRange.containsRange
(Range range) Tests whether the specified range occurs entirely within this range usingint
comparison.boolean
LongRange.containsRange
(Range range) Tests whether the specified range occurs entirely within this range usinglong
comparison.boolean
Range.containsRange
(Range range) Tests whether the specified range occurs entirely within this range.boolean
DoubleRange.overlapsRange
(Range range) Tests whether the specified range overlaps with this range usingdouble
comparison.boolean
FloatRange.overlapsRange
(Range range) Tests whether the specified range overlaps with this range usingfloat
comparison.boolean
IntRange.overlapsRange
(Range range) Tests whether the specified range overlaps with this range usingint
comparison.boolean
LongRange.overlapsRange
(Range range) Tests whether the specified range overlaps with this range usinglong
comparison.boolean
Range.overlapsRange
(Range range) Tests whether the specified range overlaps with this range.