Class AttributeContainer<KEYTYPE,VALUETYPE>

java.lang.Object
java.util.AbstractMap<KEYTYPE,VALUETYPE>
java.util.HashMap<KEYTYPE,VALUETYPE>
java.util.LinkedHashMap<KEYTYPE,VALUETYPE>
com.helger.commons.collection.impl.CommonsLinkedHashMap<KEYTYPE,VALUETYPE>
com.helger.commons.collection.attr.AttributeContainer<KEYTYPE,VALUETYPE>
Type Parameters:
KEYTYPE - Key type
VALUETYPE - Value type
All Implemented Interfaces:
IAttributeContainer<KEYTYPE,VALUETYPE>, ICommonsMap<KEYTYPE,VALUETYPE>, ICommonsOrderedMap<KEYTYPE,VALUETYPE>, ICloneable<ICommonsMap<KEYTYPE,VALUETYPE>>, IGetterByKeyTrait<KEYTYPE>, Serializable, Cloneable, Map<KEYTYPE,VALUETYPE>, SequencedMap<KEYTYPE,VALUETYPE>
Direct Known Subclasses:
AttributeContainerAny, StringMap

@NotThreadSafe public class AttributeContainer<KEYTYPE,VALUETYPE> extends CommonsLinkedHashMap<KEYTYPE,VALUETYPE> implements IAttributeContainer<KEYTYPE,VALUETYPE>
Base class for all kind of any-any mapping container. This implementation is not thread-safe!
Author:
Philip Helger
See Also: