| Frames | No Frames |
Classes derived from org.apache.commons.lang.math.Range | |
| class | DoubleRange represents an inclusive range of doubles. |
| class | FloatRange represents an inclusive range of floats. |
| class | IntRange represents an inclusive range of ints. |
| class | LongRange represents an inclusive range of longs. |
| class | NumberRange represents an inclusive range of
Number objects of the same type. |
Methods with parameter type org.apache.commons.lang.math.Range | |
| boolean | Tests whether the specified range occurs entirely within this range
using double comparison. |
| boolean | Tests whether the specified range occurs entirely within this range
using float comparison. |
| boolean | Tests whether the specified range occurs entirely within this range
using int comparison. |
| boolean | Tests whether the specified range occurs entirely within this range
using long comparison. |
| boolean | Tests whether the specified range occurs entirely within this range. |
| boolean | Tests whether the specified range overlaps with this range
using double comparison. |
| boolean | Tests whether the specified range overlaps with this range
using float comparison. |
| boolean | Tests whether the specified range overlaps with this range
using int comparison. |
| boolean | Tests whether the specified range overlaps with this range
using long comparison. |
| boolean | Tests whether the specified range overlaps with this range. |