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, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hasPrevious
public java.util.Map.Entry<K,V> previous()
OrderedIterator