|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Range is a range of values.
| Method Summary | |
Value |
getMaximumValue()
Return the maximum value of the range. |
Value |
getMinimumValue()
Return the minimum value of the range. |
boolean |
inRange(Value value)
Check if the value is in range. |
boolean |
isMaximumValueInclusive()
Return true if the maximum value is in this range. |
boolean |
isMinimumValueInclusive()
Return true if the minimum value is in this range. |
| Method Detail |
public Value getMinimumValue()
public Value getMaximumValue()
public boolean isMinimumValueInclusive()
public boolean isMaximumValueInclusive()
public boolean inRange(Value value)
value - is the value to be checked.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||