Class AttributeContainerConcurrent<KEYTYPE,VALUETYPE>

java.lang.Object
java.util.AbstractMap<KEYTYPE,VALUETYPE>
java.util.concurrent.ConcurrentHashMap<KEYTYPE,VALUETYPE>
com.helger.commons.collection.impl.CommonsConcurrentHashMap<KEYTYPE,VALUETYPE>
com.helger.commons.collection.attr.AttributeContainerConcurrent<KEYTYPE,VALUETYPE>
Type Parameters:
KEYTYPE - Key type
VALUETYPE - Value type
All Implemented Interfaces:
IAttributeContainer<KEYTYPE,VALUETYPE>, ICommonsMap<KEYTYPE,VALUETYPE>, ICloneable<ICommonsMap<KEYTYPE,VALUETYPE>>, IGetterByKeyTrait<KEYTYPE>, Serializable, ConcurrentMap<KEYTYPE,VALUETYPE>, Map<KEYTYPE,VALUETYPE>
Direct Known Subclasses:
AttributeContainerAnyConcurrent

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