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, toStringprotected AbstractLinkedMap.KeySetIterator(AbstractLinkedMap parent)
public Object next()
next in interface Iteratornext in class AbstractLinkedMap.EntrySetIteratorpublic Object previous()
OrderedIteratorprevious in interface OrderedIteratorprevious in class AbstractLinkedMap.EntrySetIteratorCopyright © 2001–2015 The Apache Software Foundation. All rights reserved.