java.util.Iterator<K>
, OrderedIterator<java.util.Map.Entry<K,V>>
, ResettableIterator<java.util.Map.Entry<K,V>>
protected static class AbstractLinkedMap.EntrySetIterator<K,V> extends AbstractLinkedMap.LinkIterator<K,V> implements OrderedIterator<java.util.Map.Entry<K,V>>, ResettableIterator<java.util.Map.Entry<K,V>>
expectedModCount, last, next, parent
Modifier | Constructor | Description |
---|---|---|
protected |
EntrySetIterator(AbstractLinkedMap<K,V> parent) |
Modifier and Type | Method | Description |
---|---|---|
java.util.Map.Entry<K,V> |
next() |
|
java.util.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
protected EntrySetIterator(AbstractLinkedMap<K,V> parent)
public java.util.Map.Entry<K,V> previous()
OrderedIterator
previous
in interface OrderedIterator<K>
Copyright © 2001-2019 - Apache Software Foundation