Class UnifiedMap.ValuesIterator
java.lang.Object
UnifiedMap<K,V>.org.eclipse.collections.impl.map.mutable.UnifiedMap.PositionalIterator<V>
org.eclipse.collections.impl.map.mutable.UnifiedMap.ValuesIterator
- All Implemented Interfaces:
Iterator<V>
- Enclosing class:
UnifiedMap<K,
V>
-
Field Summary
Fields inherited from class org.eclipse.collections.impl.map.mutable.UnifiedMap.PositionalIterator
chainPosition, count, lastReturned, position
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.collections.impl.map.mutable.UnifiedMap.PositionalIterator
hasNext, remove, removeFromChain, removeLastFromChain
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
ValuesIterator
protected ValuesIterator()
-
-
Method Details
-
nextFromChain
-
next
-