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, set
advance, checkModCount, hasNext, resetModCount, start
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hasNext
forEachRemaining
protected V compute(Map.Entry<K,V> entry)
AbstractNavigableMap.BaseIteratorImpl
compute
in class AbstractNavigableMap.BaseIteratorImpl<V>
entry
- the visisted map entryAbstractNavigableMap.BaseIteratorImpl.next()