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