static class AbstractInputCheckedMapDecorator.EntrySetIterator extends AbstractIteratorDecorator
Modifier and Type | Field and Description |
---|---|
private AbstractInputCheckedMapDecorator |
parent
The parent map
|
iterator
Modifier | Constructor and Description |
---|---|
protected |
EntrySetIterator(java.util.Iterator iterator,
AbstractInputCheckedMapDecorator parent) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
next() |
getIterator, hasNext, remove
private final AbstractInputCheckedMapDecorator parent
protected EntrySetIterator(java.util.Iterator iterator, AbstractInputCheckedMapDecorator parent)
public java.lang.Object next()
next
in interface java.util.Iterator
next
in class AbstractIteratorDecorator