net.sf.beanlib.utils.range
Interface RangeBoundable<T>

All Superinterfaces:
Comparable<RangeBoundable<T>>

public interface RangeBoundable<T>
extends Comparable<RangeBoundable<T>>

Range interface that supports an upper and lower bound.

Author:
Joe D. Velopar

Method Summary
 T getLowerBound()
          Returns the lower bound of the range.
 T getUpperBound()
          Returns the upper bound of the range.
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getUpperBound

T getUpperBound()
Returns the upper bound of the range.


getLowerBound

T getLowerBound()
Returns the lower bound of the range.