| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.commons.collections.iterators.AbstractListIteratorDecoratororg.apache.commons.collections.list.PredicatedList.PredicatedListIteratorprotected class PredicatedList.PredicatedListIteratorextends AbstractListIteratorDecoratorField Summary |
Fields inherited from class org.apache.commons.collections.iterators.AbstractListIteratorDecorator | |
iterator | |
Constructor Summary | |
| |
Methods inherited from class org.apache.commons.collections.iterators.AbstractListIteratorDecorator | |
add, getListIterator, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set | |
protected PredicatedListIterator(ListIterator iterator)
Constructor that decorates the specified iterator.
- Parameters:
iterator- the iterator to decorate, must not be null