static final class UnmodifiableEntrySet.UnmodifiableEntrySetIterator extends AbstractIteratorDecorator
iterator
Modifier | Constructor and Description |
---|---|
protected |
UnmodifiableEntrySetIterator(java.util.Iterator iterator) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
next() |
void |
remove() |
getIterator, hasNext
protected UnmodifiableEntrySetIterator(java.util.Iterator iterator)
public java.lang.Object next()
next
in interface java.util.Iterator
next
in class AbstractIteratorDecorator
public void remove()
remove
in interface java.util.Iterator
remove
in class AbstractIteratorDecorator