Class CommonsConcurrentHashMap<KEYTYPE,VALUETYPE>

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

public class CommonsConcurrentHashMap<KEYTYPE,VALUETYPE> extends ConcurrentHashMap<KEYTYPE,VALUETYPE> implements ICommonsMap<KEYTYPE,VALUETYPE>
A special ConcurrentHashMap implementation based on ICommonsMap.
Author:
Philip Helger
See Also: