protected class AbstractNavigableMap.KeyIteratorImpl extends AbstractNavigableMap.BaseIteratorImpl<K>
lastFetched, myModCount, next
Modifier | Constructor and Description |
---|---|
protected |
KeyIteratorImpl() |
Modifier and Type | Method and Description |
---|---|
protected K |
compute(Map.Entry<K,V> entry)
Computes the value fetched from this iterator based on the given map entry.
|
advance, checkModCount, hasNext, next, remove, resetModCount, start
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
protected K compute(Map.Entry<K,V> entry)
This implementation extracts the key from the specified entry.
compute
in class AbstractNavigableMap.BaseIteratorImpl<K>
entry
- the visisted map entryAbstractNavigableMap.BaseIteratorImpl.next()