com.faunos.util.dim.line
Interface Range

All Known Implementing Classes:
AppendProtectedFilterSegment, BaseSegment, DeleteSetFilterSegment, EmptySegment, FilterSegment, LiveSegManager.FixedSegment, ReadOnlyFilterSegment, Segment, SettableSegment, SubSegment, TxnSegment, UnionSegment, UnitDir.Seg

public interface Range

An object that represents a range of values. Note that because the lo property is inclusive of the range, there is no such thing as an empty range. I.e.

      hi() > lo()
 

Author:
Babak Farhang

Method Summary
 long hi()
          Returns the high (exclusive) value of the range.
 long lo()
          Returns the low (inclusive) value of the range.
 

Method Detail

lo

long lo()
Returns the low (inclusive) value of the range.


hi

long hi()
Returns the high (exclusive) value of the range.



SourceForge.net Logo