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