Class UnifiedMap.PositionalIterator<T>
java.lang.Object
org.eclipse.collections.impl.map.mutable.UnifiedMap.PositionalIterator<T>
- All Implemented Interfaces:
Iterator<T>
- Direct Known Subclasses:
UnifiedMap.EntrySetIterator, UnifiedMap.KeySetIterator, UnifiedMap.ValuesIterator
- Enclosing class:
UnifiedMap<K,V>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected intprotected booleanprotected int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasNext()voidremove()protected voidprotected voidremoveLastFromChain(Object[] chain, int tableIndex) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining, next
-
Field Details
-
count
protected int count -
position
protected int position -
chainPosition
protected int chainPosition -
lastReturned
protected boolean lastReturned
-
-
Constructor Details
-
PositionalIterator
protected PositionalIterator()
-
-
Method Details
-
hasNext
-
remove
-
removeFromChain
protected void removeFromChain() -
removeLastFromChain
-