protected static class AbstractLinkedMap.EntrySetIterator extends AbstractLinkedMap.LinkIterator
expectedModCount, last, next, parent
Modifier | Constructor and Description |
---|---|
protected |
EntrySetIterator(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 EntrySetIterator(AbstractLinkedMap parent)
public Object next()
public Object previous()
OrderedIterator
Copyright © 2001-2015 Apache Software Foundation. All Rights Reserved.