Class UnifiedSetWithHashingStrategy.PositionalIterator
java.lang.Object
org.eclipse.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.PositionalIterator
- All Implemented Interfaces:
Iterator<T>
- Enclosing class:
UnifiedSetWithHashingStrategy<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected intprotected booleanprotected int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasNext()next()protected Tvoidremove()protected voidprotected voidremoveLastFromChain(UnifiedSetWithHashingStrategy.ChainedBucket bucket, int tableIndex) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
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
protected void removeLastFromChain(UnifiedSetWithHashingStrategy.ChainedBucket bucket, int tableIndex) -
nextFromChain
-
next
-