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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waithasPreviousresetprotected ValuesIterator(AbstractLinkedMap<?,V> parent)
public V previous()
OrderedIteratorprevious in interface OrderedIterator<V>Copyright © 2001-2019 - Apache Software Foundation