Class CommonsTreeMap<KEYTYPE,VALUETYPE>

java.lang.Object
java.util.AbstractMap<KEYTYPE,VALUETYPE>
java.util.TreeMap<KEYTYPE,VALUETYPE>
com.helger.commons.collection.impl.CommonsTreeMap<KEYTYPE,VALUETYPE>
Type Parameters:
KEYTYPE - Map key type
VALUETYPE - Map value type
All Implemented Interfaces:
ICommonsMap<KEYTYPE,VALUETYPE>, ICommonsNavigableMap<KEYTYPE,VALUETYPE>, ICommonsSortedMap<KEYTYPE,VALUETYPE>, ICloneable<ICommonsMap<KEYTYPE,VALUETYPE>>, Serializable, Cloneable, Map<KEYTYPE,VALUETYPE>, NavigableMap<KEYTYPE,VALUETYPE>, SequencedMap<KEYTYPE,VALUETYPE>, SortedMap<KEYTYPE,VALUETYPE>

public class CommonsTreeMap<KEYTYPE,VALUETYPE> extends TreeMap<KEYTYPE,VALUETYPE> implements ICommonsNavigableMap<KEYTYPE,VALUETYPE>
A special TreeMap implementation based on ICommonsNavigableMap.
Author:
Philip Helger
See Also: