protected static class AbstractLinkedMap.KeySetIterator extends AbstractLinkedMap.EntrySetIterator
expectedModCount, last, next, parent
Modifier | Constructor and Description |
---|---|
protected |
KeySetIterator(AbstractLinkedMap parent) |
Modifier and Type | Method and Description |
---|---|
Object |
next() |
Object |
previous()
Gets the previous element from the collection.
|
currentEntry, hasNext, hasPrevious, nextEntry, previousEntry, remove, reset, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEachRemaining
protected KeySetIterator(AbstractLinkedMap parent)
public Object next()
next
in interface Iterator
next
in class AbstractLinkedMap.EntrySetIterator
public Object previous()
OrderedIterator
previous
in interface OrderedIterator
previous
in class AbstractLinkedMap.EntrySetIterator
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.