Class UnifiedMapWithHashingStrategy.PositionalIterator<T>
java.lang.Object
org.eclipse.collections.impl.map.strategy.mutable.UnifiedMapWithHashingStrategy.PositionalIterator<T>
- All Implemented Interfaces:
Iterator<T>
- Direct Known Subclasses:
UnifiedMapWithHashingStrategy.EntrySetIterator
,UnifiedMapWithHashingStrategy.KeySetIterator
,UnifiedMapWithHashingStrategy.ValuesIterator
- Enclosing class:
UnifiedMapWithHashingStrategy<K,
V>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
protected int
protected boolean
protected int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
hasNext()
void
remove()
protected void
protected void
removeLastFromChain
(Object[] chain, int tableIndex) 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, 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