protected abstract class UnifiedMap.PositionalIterator<T>
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 |
UnifiedMap.PositionalIterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
void |
remove() |
protected void |
removeFromChain() |
protected void |
removeLastFromChain(java.lang.Object[] chain,
int tableIndex) |
protected int count
protected int position
protected int chainPosition
protected boolean lastReturned
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(java.lang.Object[] chain,
int tableIndex)