abstract class DiskStore.HashIterator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.Iterator<HashEntry> |
currentIterator |
private int |
segmentIndex |
Constructor and Description |
---|
HashIterator()
Constructs a new HashIterator
|
Modifier and Type | Method and Description |
---|---|
(package private) int |
getCurrentSegmentIndex()
Get the current segment index of this iterator
|
boolean |
hasNext() |
protected HashEntry |
nextEntry()
Returns the next hash-entry - called by subclasses
|
void |
remove() |
private int segmentIndex
private java.util.Iterator<HashEntry> currentIterator
public boolean hasNext()
protected HashEntry nextEntry()
public void remove()
int getCurrentSegmentIndex()