Interface ICommonsOrderedMap<KEYTYPE,VALUETYPE>

Type Parameters:
KEYTYPE - May key type
VALUETYPE - Map value type
All Superinterfaces:
ICloneable<ICommonsMap<KEYTYPE,VALUETYPE>>, ICommonsMap<KEYTYPE,VALUETYPE>, Map<KEYTYPE,VALUETYPE>
All Known Implementing Classes:
AttributeContainer, AttributeContainerAny, CommonsLinkedHashMap, LoggingLRUMap, LRUMap, NonBlockingProperties, StringMap

public interface ICommonsOrderedMap<KEYTYPE,VALUETYPE> extends ICommonsMap<KEYTYPE,VALUETYPE>
A special Map interface for ordered maps (like CommonsLinkedHashMap) based on ICommonsMap.
Author:
Philip Helger