Frames | No Frames |
Classes derived from org.apache.commons.lang.math.Range | |
class | DoubleRange represents an inclusive range of double s. |
class | FloatRange represents an inclusive range of float s. |
class | IntRange represents an inclusive range of int s. |
class | LongRange represents an inclusive range of long s. |
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. |