protected static class AbstractLinkedMap.EntrySetIterator<K,V> extends AbstractLinkedMap.LinkIterator <K ,V> implements OrderedIterator <Map .Entry <K ,V>>, ResettableIterator <Map .Entry <K ,V>>
expectedModCount, last, next, parent| Modifier | Constructor and Description |
|---|---|
protected |
EntrySetIterator(AbstractLinkedMap
|
| Modifier and Type | Method and Description |
|---|---|
Map |
next()
|
Map |
previous()
Gets the previous element from the container.
|
currentEntry, hasNext, hasPrevious, nextEntry, previousEntry, remove, reset, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waithasPreviousresetforEachRemaining, hasNext, removeprotected EntrySetIterator(AbstractLinkedMap<K ,V> parent)