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