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.
- Since:
- 3.1
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final AbstractInputCheckedMapDecorator<K, V> The parent map -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedEntrySetIterator(Iterator<Map.Entry<K, V>> iterator, AbstractInputCheckedMapDecorator<K, V> parent) -
Method Summary
Methods inherited from class AbstractUntypedIteratorDecorator
getIterator, hasNext, removeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Field Details
-
parent
The parent map
-
-
Constructor Details
-
EntrySetIterator
-
-
Method Details
-
next
-