Class UnifiedMap.WeakBoundEntry<K,V>
- java.lang.Object
-
- org.eclipse.collections.impl.map.mutable.UnifiedMap.WeakBoundEntry<K,V>
-
- All Implemented Interfaces:
java.util.Map.Entry<K,V>
- Enclosing class:
- UnifiedMap<K,V>
protected static class UnifiedMap.WeakBoundEntry<K,V> extends java.lang.Object implements java.util.Map.Entry<K,V>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
WeakBoundEntry(K key, V value, java.lang.ref.WeakReference<UnifiedMap<K,V>> holder)
-
-
-
Field Detail
-
key
protected final K key
-
value
protected V value
-
holder
protected final java.lang.ref.WeakReference<UnifiedMap<K,V>> holder
-
-
Constructor Detail
-
WeakBoundEntry
protected WeakBoundEntry(K key, V value, java.lang.ref.WeakReference<UnifiedMap<K,V>> holder)
-
-