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