Class UnlockedHashMap<K,V>

java.lang.Object
java.util.AbstractMap<K,V>
org.jboss.marshalling.reflect.UnlockedHashMap<K,V>
Type Parameters:
K - the key type
V - the value type
All Implemented Interfaces:
ConcurrentMap<K,V>, Map<K,V>

final class UnlockedHashMap<K,V> extends AbstractMap<K,V> implements ConcurrentMap<K,V>
Lock-free concurrent hash map.