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