Interface ICommonsMap<KEYTYPE,VALUETYPE>

Type Parameters:
KEYTYPE - Map key type
VALUETYPE - Map value type
All Superinterfaces:
ICloneable<ICommonsMap<KEYTYPE,VALUETYPE>>, Map<KEYTYPE,VALUETYPE>
All Known Subinterfaces:
IAttributeContainer<KEYTYPE,VALUETYPE>, IAttributeContainerAny<KEYTYPE>, ICommonsNavigableMap<KEYTYPE,VALUETYPE>, ICommonsOrderedMap<KEYTYPE,VALUETYPE>, ICommonsSortedMap<KEYTYPE,VALUETYPE>, IStringMap
All Known Implementing Classes:
AbstractSoftMap, AttributeContainer, AttributeContainerAny, AttributeContainerAnyConcurrent, AttributeContainerConcurrent, CommonsConcurrentHashMap, CommonsEnumMap, CommonsHashMap, CommonsLinkedHashMap, CommonsTreeMap, CommonsWeakHashMap, LoggingLRUMap, LRUMap, NonBlockingProperties, SoftHashMap, SoftLinkedHashMap, StringMap

public interface ICommonsMap<KEYTYPE,VALUETYPE> extends Map<KEYTYPE,VALUETYPE>, ICloneable<ICommonsMap<KEYTYPE,VALUETYPE>>
A special Map interface with extended functionality
Author:
Philip Helger