Class ValueRange<DataType>

java.lang.Object
org.sensorhub.api.common.ValueRange<DataType>
Type Parameters:
DataType -

public class ValueRange<DataType> extends Object

Immutable object for storing ranges of values of any types

Since:
Nov 12, 2010
  • Field Details

  • Constructor Details

  • Method Details

    • getLow

      public DataType getLow()
      Returns:
      low value
    • getHigh

      public DataType getHigh()
      Returns:
      high value