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<K,?> parent) |
Modifier and Type | Method and 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
forEachRemaining, hasNext, remove
protected KeySetIterator(AbstractLinkedMap<K,?> parent)
public K previous()
OrderedIterator
previous
in interface OrderedIterator<K>
Copyright © 2001–2019 The Apache Software Foundation. All rights reserved.