|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectUtils.Range
public class Range
Used to represent a range (using doubkes)
Constructor Summary | |
---|---|
Range(double lower,
double upper)
Constructor. |
Method Summary | |
---|---|
double |
lower()
Gets the lower value |
double |
upper()
Gets the upper value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Range(double lower, double upper)
lower
- The lower value of the rangeupper
- The upper value of the rangeMethod Detail |
---|
public double lower()
public double upper()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |