private class UnmodifiableEntrySet.UnmodifiableEntrySetIterator extends AbstractIteratorDecorator<java.util.Map.Entry<K,V>>
| Modifier | Constructor and Description |
|---|---|
protected |
UnmodifiableEntrySetIterator(java.util.Iterator<java.util.Map.Entry<K,V>> iterator) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map.Entry<K,V> |
next() |
void |
remove() |
getIterator, hasNextpublic java.util.Map.Entry<K,V> next()
AbstractIteratorDecorator