protected static class AbstractLinkedMap.KeySetIterator extends AbstractLinkedMap.EntrySetIterator
expectedModCount, last, next, parent
Modifier | Constructor and Description |
---|---|
protected |
AbstractLinkedMap.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
protected AbstractLinkedMap.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–2015 The Apache Software Foundation. All rights reserved.