private final class ShortByteHashMap.EntryIterator extends AbstractIterator<ShortByteCursor>
ShortByteHashMap.iterator().| Modifier and Type | Field and Description |
|---|---|
private ShortByteCursor |
cursor |
private int |
max |
private int |
slot |
| Constructor and Description |
|---|
EntryIterator() |
| Modifier and Type | Method and Description |
|---|---|
protected ShortByteCursor |
fetch()
Fetch next element.
|
done, hasNext, next, removeprivate final ShortByteCursor cursor
private final int max
private int slot
protected ShortByteCursor fetch()
AbstractIteratorAbstractIterator.done() when all
elements have been fetched.fetch in class AbstractIterator<ShortByteCursor>AbstractIterator.done().