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<K,V> parent) |
Modifier and Type | Method and Description |
---|---|
Map.Entry<K,V> |
next() |
Map.Entry<K,V> |
previous()
Gets the previous element from the container.
|
currentEntry, hasNext, hasPrevious, nextEntry, previousEntry, remove, reset, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
hasPrevious
reset
forEachRemaining, hasNext, remove
protected EntrySetIterator(AbstractLinkedMap<K,V> parent)
public Map.Entry<K,V> previous()
OrderedIterator
previous
in interface OrderedIterator<Map.Entry<K,V>>
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.