Modifier and Type | Field and Description |
---|---|
private Iterator<K> |
keyIt |
private K |
last |
private LinkedHashMap<K,V> |
map |
Constructor and Description |
---|
PairIterator(LinkedHashMap<K,V> map) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Pair<K,V> |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
private final LinkedHashMap<K,V> map
private K last
public PairIterator(LinkedHashMap<K,V> map)