Uses of Class
net.sf.beanlib.utils.range.AbstractMap

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

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

Subclasses of AbstractMap in net.sf.beanlib.utils.range
 class ExtensibleTreeMap<K,V>
          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.
private  class ExtensibleTreeMap.SubMap
           
 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.