Class AbstractInputCheckedMapDecorator.EntrySetIterator
java.lang.Object
org.apache.commons.collections4.iterators.AbstractUntypedIteratorDecorator<Map.Entry<K,V>,Map.Entry<K,V>>
org.apache.commons.collections4.iterators.AbstractIteratorDecorator<Map.Entry<K,V>>
org.apache.commons.collections4.map.AbstractInputCheckedMapDecorator.EntrySetIterator
- Enclosing class:
AbstractInputCheckedMapDecorator<K,
V>
private class AbstractInputCheckedMapDecorator.EntrySetIterator
extends AbstractIteratorDecorator<Map.Entry<K,V>>
Implementation of an entry set iterator that checks additions via setValue.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final AbstractInputCheckedMapDecorator
<K, V> The parent map -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
EntrySetIterator
(Iterator<Map.Entry<K, V>> iterator, AbstractInputCheckedMapDecorator<K, V> parent) -
Method Summary
Methods inherited from class org.apache.commons.collections4.iterators.AbstractUntypedIteratorDecorator
getIterator, hasNext, remove
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining