protected class UnifiedSetWithHashingStrategy.PositionalIterator
extends java.lang.Object
implements java.util.Iterator<T>
| Modifier and Type | Field and Description |
|---|---|
protected int |
chainPosition |
protected int |
count |
protected boolean |
lastReturned |
protected int |
position |
| Modifier | Constructor and Description |
|---|---|
protected |
UnifiedSetWithHashingStrategy.PositionalIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
protected T |
nextFromChain() |
void |
remove() |
protected void |
removeFromChain() |
protected void |
removeLastFromChain(com.gs.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.ChainedBucket bucket,
int tableIndex) |
protected int count
protected int position
protected int chainPosition
protected boolean lastReturned
protected UnifiedSetWithHashingStrategy.PositionalIterator()
public boolean hasNext()
hasNext in interface java.util.Iterator<T>public void remove()
remove in interface java.util.Iterator<T>protected void removeFromChain()
protected void removeLastFromChain(com.gs.collections.impl.set.strategy.mutable.UnifiedSetWithHashingStrategy.ChainedBucket bucket,
int tableIndex)
protected T nextFromChain()