Modifier and Type | Field and Description |
---|---|
private HashEntry |
lastReturned |
private HashEntry |
nextEntry |
private int |
nextTableIndex |
private HashEntry[] |
ourTable |
Modifier | Constructor and Description |
---|---|
private |
HashIterator() |
Modifier and Type | Method and Description |
---|---|
private void |
advance() |
boolean |
hasNext() |
HashEntry |
next() |
void |
remove() |
private int nextTableIndex
private final HashEntry[] ourTable
private HashEntry nextEntry
private HashEntry lastReturned