Uses of Package
net.sf.beanlib.utils.range

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

Classes in net.sf.beanlib.utils.range used by net.sf.beanlib.utils
SortedRangeMap
          An extension of SortedMap that allows key with ranges to be retrieved with a specified point.
 

Classes in net.sf.beanlib.utils.range used by net.sf.beanlib.utils.range
AbstractMap
          Cloned from and identical to AbstractMap, except it is now in a different package so as to allow further subclassing.
ExtensibleTreeMap
          Basically cloned from and identical to TreeMap, except the class is made abstract; the access modifier of some member fields are modified (eg from private to protected); and the internal static inner class Entry is renamed to NodeEntry to avoid ambiguity. The purpose is to facilitate further subclassing.
ExtensibleTreeMap.NodeEntry
          Node in the Tree.
ExtensibleTreeMap.PrivateEntryIterator
          TreeMap Iterator.
RangeBoundable
          Range interface that supports an upper and lower bound.
SortedRangeMap
          An extension of SortedMap that allows key with ranges to be retrieved with a specified point.