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, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
hasPrevious
reset
protected KeySetIterator(AbstractLinkedMap<K,?> parent)
public K previous()
OrderedIterator
previous
in interface OrderedIterator<K>
Copyright © 2001-2019 - Apache Software Foundation