class TreeBidiMap.InverseViewMapEntryIterator extends TreeBidiMap.ViewIterator implements OrderedIterator<java.util.Map.Entry<V,K>>
lastReturnedNode| Constructor and Description |
|---|
InverseViewMapEntryIterator()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
private java.util.Map.Entry<V,K> |
createEntry(TreeBidiMap.Node<K,V> node) |
java.util.Map.Entry<V,K> |
next() |
java.util.Map.Entry<V,K> |
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<V,K> previous()
OrderedIteratorprivate java.util.Map.Entry<V,K> createEntry(TreeBidiMap.Node<K,V> node)