Class AbstractInputCheckedMapDecorator.EntrySetIterator
- java.lang.Object
-
- org.apache.commons.collections.iterators.AbstractIteratorDecorator
-
- org.apache.commons.collections.map.AbstractInputCheckedMapDecorator.EntrySetIterator
-
- All Implemented Interfaces:
java.util.Iterator
- Enclosing class:
- AbstractInputCheckedMapDecorator
static class AbstractInputCheckedMapDecorator.EntrySetIterator extends AbstractIteratorDecorator
Implementation of an entry set iterator that checks additions via setValue.
-
-
Field Summary
Fields Modifier and Type Field Description private AbstractInputCheckedMapDecorator
parent
The parent map-
Fields inherited from class org.apache.commons.collections.iterators.AbstractIteratorDecorator
iterator
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
EntrySetIterator(java.util.Iterator iterator, AbstractInputCheckedMapDecorator parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
next()
-
Methods inherited from class org.apache.commons.collections.iterators.AbstractIteratorDecorator
getIterator, hasNext, remove
-
-
-
-
Field Detail
-
parent
private final AbstractInputCheckedMapDecorator parent
The parent map
-
-
Constructor Detail
-
EntrySetIterator
protected EntrySetIterator(java.util.Iterator iterator, AbstractInputCheckedMapDecorator parent)
-
-
Method Detail
-
next
public java.lang.Object next()
- Specified by:
next
in interfacejava.util.Iterator
- Overrides:
next
in classAbstractIteratorDecorator
-
-