hla.rti
Class RangeBounds

java.lang.Object
  extended byhla.rti.RangeBounds

public final class RangeBounds
extends java.lang.Object

Represents a numerical range.

Author:
DMSO

Field Summary
 long lower
          The lower bound of the range.
 long upper
          The upper bound of the range.
 
Constructor Summary
RangeBounds()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lower

public long lower
The lower bound of the range.


upper

public long upper
The upper bound of the range.

Constructor Detail

RangeBounds

public RangeBounds()