Class UnifiedSet.PositionalIterator
java.lang.Object
org.eclipse.collections.impl.set.mutable.UnifiedSet.PositionalIterator
- All Implemented Interfaces:
Iterator<T>
- Enclosing class:
UnifiedSet<T>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
protected int
protected boolean
protected int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
hasNext()
next()
protected T
void
remove()
protected void
protected void
removeLastFromChain
(UnifiedSet.ChainedBucket bucket, 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
-
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