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, removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
PredicatedListIterator
-
-
Method Details
-
add
- Specified by:
addin interfaceListIterator- Overrides:
addin classAbstractListIteratorDecorator
-
set
- Specified by:
setin interfaceListIterator- Overrides:
setin classAbstractListIteratorDecorator
-