protected final class LinearHashtable.EntryIterator<K,V> extends Object implements Iterator<KeyValuePair<K,V>>
Constructor and Description |
---|
EntryIterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
KeyValuePair<K,V> |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public boolean hasNext()
hasNext
in interface Iterator<KeyValuePair<K,V>>
public KeyValuePair<K,V> next()
next
in interface Iterator<KeyValuePair<K,V>>
public void remove()
remove
in interface Iterator<KeyValuePair<K,V>>