fiftyone.mobile.detection.entities
Class Range

java.lang.Object
  extended by fiftyone.mobile.detection.entities.Range

 class Range
extends Object


Field Summary
(package private)  short lower
           
(package private)  short upper
           
 
Constructor Summary
Range(short lower, short upper)
           
 
Method Summary
(package private)  boolean inRange(int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lower

final short lower

upper

final short upper
Constructor Detail

Range

Range(short lower,
      short upper)
Method Detail

inRange

boolean inRange(int value)