Uses of Interface
net.sf.beanlib.utils.range.RangeBoundable

Packages that use RangeBoundable
net.sf.beanlib.utils.range Range related utilities 
 

Uses of RangeBoundable in net.sf.beanlib.utils.range
 

Classes in net.sf.beanlib.utils.range with type parameters of type RangeBoundable
 class RangeTreeMap<T,K extends RangeBoundable<T>,V>
          Range Tree Map that supports retrieval by using a point that falls within the range of a key which implements RangeBoundable.
 

Methods in net.sf.beanlib.utils.range with parameters of type RangeBoundable
private  int RangeTreeMap.comparePointToRange(Comparable<T> point, RangeBoundable<T> range)
          Compares a point to a range.