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
|
| Modifier and Type | Method and 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, waithasPreviousresetforEachRemaining, hasNext, removeprotected ValuesIterator(AbstractLinkedMap<? ,V> parent)
public V next()
public V previous()
OrderedIterator
previous in interface
OrderedIterator<V>