Package yakworks.util
Class ConcurrentReferenceHashMap.Entry<K,V>
- java.lang.Object
-
- yakworks.util.ConcurrentReferenceHashMap.Entry<K,V>
-
- Type Parameters:
K- the key typeV- the value type
- All Implemented Interfaces:
java.util.Map.Entry<K,V>
- Enclosing class:
- ConcurrentReferenceHashMap<K,V>
protected static final class ConcurrentReferenceHashMap.Entry<K,V> extends java.lang.Object implements java.util.Map.Entry<K,V>A single map entry.