class TreeBidiMap.ViewMapEntryIterator extends TreeBidiMap.ViewIterator implements OrderedIterator<java.util.Map.Entry<K,V>>
lastReturnedNode| Constructor and Description |
|---|
ViewMapEntryIterator()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map.Entry<K,V> |
next() |
java.util.Map.Entry<K,V> |
previous()
Gets the previous element from the container.
|
hasNext, hasPrevious, navigateNext, navigatePrevious, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasPreviouspublic java.util.Map.Entry<K,V> previous()
OrderedIterator