protected static class UnifiedMap.WeakBoundEntry<K,V>
extends java.lang.Object
implements java.util.Map.Entry<K,V>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.ref.WeakReference<UnifiedMap<K,V>> |
holder |
protected K |
key |
protected V |
value |
| Modifier | Constructor and Description |
|---|---|
protected |
UnifiedMap.WeakBoundEntry(K key,
V value,
java.lang.ref.WeakReference<UnifiedMap<K,V>> holder) |
protected final K key
protected V value
protected final java.lang.ref.WeakReference<UnifiedMap<K,V>> holder
protected UnifiedMap.WeakBoundEntry(K key, V value, java.lang.ref.WeakReference<UnifiedMap<K,V>> holder)