|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Range<RangeType>
Manages a mathematical and data range. The range is defined by it's minimum (start) and maximum (end) values.
| Modifier and Type | Method and Description |
|---|---|
RangeType |
getMaximum()
Gets a maximum (end) value of the range. |
RangeType |
getMinimum()
Gets a minimum (start) value of the range. |
| Method Detail |
|---|
RangeType getMinimum()
RangeType getMaximum()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||