protected static class AbstractLinkedMap.KeySetIterator<K> extends AbstractLinkedMap.LinkIterator <K ,Object > implements OrderedIterator <K>, ResettableIterator <K>
expectedModCount, last, next, parent| Modifier | Constructor and Description |
|---|---|
protected |
KeySetIterator(AbstractLinkedMap
|
| Modifier and Type | Method and Description |
|---|---|
K |
next()
|
K |
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 KeySetIterator(AbstractLinkedMap<K ,?> parent)
public K next()
public K previous()
OrderedIterator
previous in interface
OrderedIterator<K>