java.util.Iterator<V>
, OrderedIterator<V>
, ResettableIterator<V>
protected static class AbstractLinkedMap.ValuesIterator<V> extends AbstractLinkedMap.LinkIterator<java.lang.Object,V> implements OrderedIterator<V>, ResettableIterator<V>
expectedModCount, last, next, parent
Modifier | Constructor | Description |
---|---|---|
protected |
ValuesIterator(AbstractLinkedMap<?,V> parent) |
Modifier and Type | Method | 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
protected ValuesIterator(AbstractLinkedMap<?,V> parent)
public V previous()
OrderedIterator
previous
in interface OrderedIterator<V>
Copyright © 2001-2019 - Apache Software Foundation