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