protected static class AbstractLinkedMap.ValuesIterator<V> extends AbstractLinkedMap.LinkIterator<Object,V> implements OrderedIterator<V>, ResettableIterator<V>
expectedModCount, last, next, parent
Modifier | Constructor and Description |
---|---|
protected |
ValuesIterator(AbstractLinkedMap<?,V> parent) |
Modifier and Type | Method and Description |
---|---|
V |
next() |
V |
previous()
Gets the previous element from the container.
|
currentEntry, hasNext, hasPrevious, nextEntry, previousEntry, remove, reset, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
hasPrevious
reset
forEachRemaining, hasNext, remove
protected ValuesIterator(AbstractLinkedMap<?,V> parent)
public V previous()
OrderedIterator
previous
in interface OrderedIterator<V>
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.