DataType
- public class ValueRange<DataType>
extends java.lang.Object
Immutable object for storing ranges of values of any types
Modifier and Type | Field and Description |
---|---|
protected DataType |
high |
protected DataType |
low |
Constructor and Description |
---|
ValueRange(DataType low,
DataType high) |
Modifier and Type | Method and Description |
---|---|
DataType |
getHigh() |
DataType |
getLow() |