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