| Constructor and Description |
|---|
ReverseEntryIterator(ListIterator<A> keyIterator,
ListIterator<B> valueIterator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
Map.Entry<A,B> |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic ReverseEntryIterator(ListIterator<A> keyIterator, ListIterator<B> valueIterator)
public Map.Entry<A,B> next() throws NoSuchElementException
Copyright © 2010-2014. All Rights Reserved.