Class PredicatedList.PredicatedListIterator
java.lang.Object
org.apache.commons.collections.iterators.AbstractListIteratorDecorator
org.apache.commons.collections.list.PredicatedList.PredicatedListIterator
- All Implemented Interfaces:
Iterator
,ListIterator
- Enclosing class:
- PredicatedList
Inner class Iterator for the PredicatedList
-
Field Summary
Fields inherited from class org.apache.commons.collections.iterators.AbstractListIteratorDecorator
iterator
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.collections.iterators.AbstractListIteratorDecorator
getListIterator, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, 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
-
Constructor Details
-
PredicatedListIterator
-
-
Method Details
-
add
- Specified by:
add
in interfaceListIterator
- Overrides:
add
in classAbstractListIteratorDecorator
-
set
- Specified by:
set
in interfaceListIterator
- Overrides:
set
in classAbstractListIteratorDecorator
-