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