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 K
protected V
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
WeakBoundEntry
(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
public int hashCode() -
toString
-