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 intchainPositionprotected intcountprotected booleanlastReturnedprotected intposition
-
Constructor Summary
Constructors Modifier Constructor Description protectedPositionalIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()voidremove()protected voidremoveFromChain()protected voidremoveLastFromChain(java.lang.Object[] chain, int tableIndex)
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfacejava.util.Iterator<T>
-
remove
public void remove()
- Specified by:
removein interfacejava.util.Iterator<T>
-
removeFromChain
protected void removeFromChain()
-
removeLastFromChain
protected void removeLastFromChain(java.lang.Object[] chain, int tableIndex)
-
-