Interface ICommonsSortedMap<KEYTYPE,VALUETYPE>

Type Parameters:
KEYTYPE - Map key type
VALUETYPE - Map value type
All Superinterfaces:
ICloneable<ICommonsMap<KEYTYPE,VALUETYPE>>, ICommonsMap<KEYTYPE,VALUETYPE>, Map<KEYTYPE,VALUETYPE>, SequencedMap<KEYTYPE,VALUETYPE>, SortedMap<KEYTYPE,VALUETYPE>
All Known Subinterfaces:
ICommonsNavigableMap<KEYTYPE,VALUETYPE>
All Known Implementing Classes:
CommonsTreeMap

public interface ICommonsSortedMap<KEYTYPE,VALUETYPE> extends SortedMap<KEYTYPE,VALUETYPE>, ICommonsMap<KEYTYPE,VALUETYPE>
A special SortedMap based interface with extended functionality based on ICommonsMap.
Author:
Philip Helger