protected static class UnifiedMapWithHashingStrategy.WeakBoundEntry<K,V>
extends java.lang.Object
implements java.util.Map.Entry<K,V>
| Modifier and Type | Field and Description |
|---|---|
protected com.gs.collections.api.block.HashingStrategy<? super K> |
hashingStrategy |
protected java.lang.ref.WeakReference<UnifiedMapWithHashingStrategy<K,V>> |
holder |
protected K |
key |
protected V |
value |
| Modifier | Constructor and Description |
|---|---|
protected |
UnifiedMapWithHashingStrategy.WeakBoundEntry(K key,
V value,
java.lang.ref.WeakReference<UnifiedMapWithHashingStrategy<K,V>> holder,
com.gs.collections.api.block.HashingStrategy<? super K> hashingStrategy) |
protected final K key
protected V value
protected final java.lang.ref.WeakReference<UnifiedMapWithHashingStrategy<K,V>> holder
protected final com.gs.collections.api.block.HashingStrategy<? super K> hashingStrategy