protected class AbstractRandomAccessNavigableMap.ValueListIteratorImpl extends AbstractRandomAccessNavigableMap.BaseListIteratorImpl<V>
lastFetched, myModCount, next| Modifier and Type | Method and Description |
|---|---|
protected V |
compute(Map.Entry<K,V> entry)
Computes the value fetched from this iterator based on the given map entry.
|
add, hasPrevious, next, nextIndex, previous, previousIndex, remove, retreat, setadvance, checkModCount, hasNext, resetModCount, startclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasNextforEachRemainingprotected V compute(Map.Entry<K,V> entry)
AbstractNavigableMap.BaseIteratorImplcompute in class AbstractNavigableMap.BaseIteratorImpl<V>entry - the visisted map entryAbstractNavigableMap.BaseIteratorImpl.next()