Package org.sensorhub.api.common
Class ValueRange<DataType>
java.lang.Object
org.sensorhub.api.common.ValueRange<DataType>
- Type Parameters:
DataType
-
Immutable object for storing ranges of values of any types
- Since:
- Nov 12, 2010
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
low
-
high
-
-
Constructor Details
-
ValueRange
-
-
Method Details
-
getLow
- Returns:
- low value
-
getHigh
- Returns:
- high value
-