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 SummaryConstructorsModifierConstructorDescriptionprotectedPredicatedListIterator(ListIterator<E> iterator) Create a new predicated list iterator.
- 
Method SummaryMethods inherited from class org.apache.commons.collections4.iterators.AbstractListIteratorDecoratorgetListIterator, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, removeMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.IteratorforEachRemaining
- 
Constructor Details- 
PredicatedListIteratorCreate a new predicated list iterator.- Parameters:
- iterator- the list iterator to decorate
 
 
- 
- 
Method Details- 
addDescription copied from class:AbstractListIteratorDecorator- Specified by:
- addin interface- ListIterator<E>
- Overrides:
- addin class- AbstractListIteratorDecorator<E>
 
- 
setDescription copied from class:AbstractListIteratorDecorator- Specified by:
- setin interface- ListIterator<E>
- Overrides:
- setin class- AbstractListIteratorDecorator<E>
 
 
-