protected class AbstractKeyBasedMap.EntrySet.EntrySetIterator extends Object implements Iterator<Map.Entry<K,V>>
Modifier and Type | Field | Description |
---|---|---|
protected Iterator<K> |
m_iterKeys |
Key iterator.
|
Modifier | Constructor | Description |
---|---|---|
protected |
EntrySetIterator() |
Modifier and Type | Method | 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, wait
forEachRemaining
public boolean hasNext()
public void remove()