protected class BasicEMap.BasicEMapKeyIterator extends BasicEMap.BasicEMapIterator<K>
cursor, entryCursor, expectedModCount, lastCursor, lastEntryCursor| Modifier and Type | Method and Description |
|---|---|
protected K |
yield(BasicEMap.Entry<K,V> entry)
Called to yield the iterator result for the entry.
|
hasNext, next, remove, scanprotected K yield(BasicEMap.Entry<K,V> entry)
yield in class BasicEMap.BasicEMapIterator<K>entry - the entry.