Class UnifiedMap.EntrySetIterator
- java.lang.Object
-
- org.eclipse.collections.impl.map.mutable.UnifiedMap.PositionalIterator<java.util.Map.Entry<K,V>>
-
- org.eclipse.collections.impl.map.mutable.UnifiedMap.EntrySetIterator
-
- All Implemented Interfaces:
java.util.Iterator<java.util.Map.Entry<K,V>>
- Enclosing class:
- UnifiedMap<K,V>
protected class UnifiedMap.EntrySetIterator extends UnifiedMap.PositionalIterator<java.util.Map.Entry<K,V>>
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.ref.WeakReference<UnifiedMap<K,V>>
holder
-
Fields inherited from class org.eclipse.collections.impl.map.mutable.UnifiedMap.PositionalIterator
chainPosition, count, lastReturned, position
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
EntrySetIterator(java.lang.ref.WeakReference<UnifiedMap<K,V>> holder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map.Entry<K,V>
next()
protected java.util.Map.Entry<K,V>
nextFromChain()
-
Methods inherited from class org.eclipse.collections.impl.map.mutable.UnifiedMap.PositionalIterator
hasNext, remove, removeFromChain, removeLastFromChain
-
-
-
-
Field Detail
-
holder
private final java.lang.ref.WeakReference<UnifiedMap<K,V>> holder
-
-
Constructor Detail
-
EntrySetIterator
protected EntrySetIterator(java.lang.ref.WeakReference<UnifiedMap<K,V>> holder)
-
-