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 Kprotected V -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedWeakBoundEntry(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
-
toString
-