Class PredicatedList.PredicatedListIterator
java.lang.Object
org.apache.commons.collections4.iterators.AbstractListIteratorDecorator<E>
org.apache.commons.collections4.list.PredicatedList.PredicatedListIterator
- All Implemented Interfaces:
Iterator<E>, ListIterator<E>
- Enclosing class:
PredicatedList<E>
Inner class Iterator for the PredicatedList
- Since:
- 3.0
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedPredicatedListIterator(ListIterator<E> iterator) Create a new predicated list iterator. -
Method Summary
Methods inherited from class AbstractListIteratorDecorator
getListIterator, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, removeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Constructor Details
-
PredicatedListIterator
Create a new predicated list iterator.- Parameters:
iterator- the list iterator to decorate
-
-
Method Details
-
add
Description copied from class:AbstractListIteratorDecorator- Specified by:
addin interfaceListIterator<E>- Overrides:
addin classAbstractListIteratorDecorator<E>
-
set
Description copied from class:AbstractListIteratorDecorator- Specified by:
setin interfaceListIterator<E>- Overrides:
setin classAbstractListIteratorDecorator<E>
-