Class WeakHashMapSafeReadLock.Entry<K,V>

java.lang.Object
java.lang.ref.Reference<K>
java.lang.ref.WeakReference<K>
org.glassfish.pfl.basic.concurrent.WeakHashMapSafeReadLock.Entry<K,V>
All Implemented Interfaces:
Map.Entry<K,V>
Enclosing class:
WeakHashMapSafeReadLock<K,V>

private static class WeakHashMapSafeReadLock.Entry<K,V> extends WeakReference<K> implements Map.Entry<K,V>
The entries in this hash table extend WeakReference, using its main ref field as the key.