|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Range
An object that represents a range of values. Note that because the lo property is inclusive of the range, there is no such thing as an empty range. I.e.
hi() > lo()
| Method Summary | |
|---|---|
long |
hi()
Returns the high (exclusive) value of the range. |
long |
lo()
Returns the low (inclusive) value of the range. |
| Method Detail |
|---|
long lo()
long hi()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||