| Modifier and Type | Method and Description | 
|---|---|
boolean | 
hasNext()
Returns true if the iteration has more elements. 
 | 
Map.Entry<K,V> | 
next()
Returns the next element in the iteration. 
 | 
void | 
remove()
Removes from the underlying set the last element returned by the iterator. 
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic boolean hasNext()
public void remove()