protected class AbstractKeyBasedMap.EntrySet.EntrySetIterator extends Object implements Iterator<Map.Entry<K,V>>
| Modifier and Type | Field and Description | 
|---|---|
protected Iterator<K> | 
m_iterKeys
Key iterator. 
 | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
EntrySetIterator()  | 
| 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 collection the last element
 returned by the iterator. 
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic boolean hasNext()
public void remove()