Class UnifiedMap.WeakBoundEntry<K,V>
java.lang.Object
org.eclipse.collections.impl.map.mutable.UnifiedMap.WeakBoundEntry<K,V>
- All Implemented Interfaces:
Map.Entry<K,
V>
- Enclosing class:
UnifiedMap<K,
V>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final WeakReference
<UnifiedMap<K, V>> protected final K
protected V
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
WeakBoundEntry
(K key, V value, WeakReference<UnifiedMap<K, V>> holder) -
Method Summary
-
Field Details
-
key
-
value
-
holder
-
-
Constructor Details
-
WeakBoundEntry
-
-
Method Details
-
getKey
-
getValue
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-