Class ConcurrentReferenceHashMap.Entry<K,V>

java.lang.Object
com.aspectran.utils.ConcurrentReferenceHashMap.Entry<K,V>
Type Parameters:
K - the key type
V - the value type
All Implemented Interfaces:
Map.Entry<K,V>
Enclosing class:
ConcurrentReferenceHashMap<K,V>

protected static final class ConcurrentReferenceHashMap.Entry<K,V> extends Object implements Map.Entry<K,V>
A single map entry.