private class AbstractInputCheckedMapDecorator.EntrySetIterator extends AbstractIteratorDecorator<java.util.Map.Entry<K,V>>
Modifier and Type | Field and Description |
---|---|
private AbstractInputCheckedMapDecorator<K,V> |
parent
The parent map
|
Modifier | Constructor and Description |
---|---|
protected |
EntrySetIterator(java.util.Iterator<java.util.Map.Entry<K,V>> iterator,
AbstractInputCheckedMapDecorator<K,V> parent) |
Modifier and Type | Method and Description |
---|---|
java.util.Map.Entry<K,V> |
next() |
getIterator, hasNext, remove
private final AbstractInputCheckedMapDecorator<K,V> parent
protected EntrySetIterator(java.util.Iterator<java.util.Map.Entry<K,V>> iterator, AbstractInputCheckedMapDecorator<K,V> parent)
public java.util.Map.Entry<K,V> next()
AbstractIteratorDecorator