Class UnifiedMapWithHashingStrategy.PositionalIterator<T>
- java.lang.Object
-
- org.eclipse.collections.impl.map.strategy.mutable.UnifiedMapWithHashingStrategy.PositionalIterator<T>
-
- All Implemented Interfaces:
java.util.Iterator<T>
- Direct Known Subclasses:
UnifiedMapWithHashingStrategy.EntrySetIterator
,UnifiedMapWithHashingStrategy.KeySetIterator
,UnifiedMapWithHashingStrategy.ValuesIterator
- Enclosing class:
- UnifiedMapWithHashingStrategy<K,V>
protected abstract class UnifiedMapWithHashingStrategy.PositionalIterator<T> extends java.lang.Object implements java.util.Iterator<T>
-
-
Field Summary
Fields Modifier and Type Field Description protected int
chainPosition
protected int
count
protected boolean
lastReturned
protected int
position
-
Constructor Summary
Constructors Modifier Constructor Description protected
PositionalIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
void
remove()
protected void
removeFromChain()
protected void
removeLastFromChain(java.lang.Object[] chain, int tableIndex)
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfacejava.util.Iterator<T>
-
remove
public void remove()
- Specified by:
remove
in interfacejava.util.Iterator<T>
-
removeFromChain
protected void removeFromChain()
-
removeLastFromChain
protected void removeLastFromChain(java.lang.Object[] chain, int tableIndex)
-
-