Class AbstractInputCheckedMapDecorator.EntrySetIterator
java.lang.Object
org.apache.commons.collections.iterators.AbstractIteratorDecorator
org.apache.commons.collections.map.AbstractInputCheckedMapDecorator.EntrySetIterator
- All Implemented Interfaces:
Iterator
- Enclosing class:
AbstractInputCheckedMapDecorator
Implementation of an entry set iterator that checks additions via setValue.
-
Field Summary
FieldsFields inherited from class org.apache.commons.collections.iterators.AbstractIteratorDecorator
iterator
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
EntrySetIterator
(Iterator iterator, AbstractInputCheckedMapDecorator parent) -
Method Summary
Methods inherited from class org.apache.commons.collections.iterators.AbstractIteratorDecorator
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
-
Field Details
-
parent
The parent map
-
-
Constructor Details
-
EntrySetIterator
-
-
Method Details
-
next
- Specified by:
next
in interfaceIterator
- Overrides:
next
in classAbstractIteratorDecorator
-