protected class PredicatedList.PredicatedListIterator extends AbstractListIteratorDecorator<E>
Modifier | Constructor and Description |
---|---|
protected |
PredicatedListIterator(ListIterator<E> iterator)
Create a new predicated list iterator.
|
Modifier and Type | Method and Description |
---|---|
void |
add(E object) |
void |
set(E object) |
getListIterator, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
protected PredicatedListIterator(ListIterator<E> iterator)
iterator
- the list iterator to decoratepublic void add(E object)
AbstractListIteratorDecorator
add
in interface ListIterator<E>
add
in class AbstractListIteratorDecorator<E>
public void set(E object)
AbstractListIteratorDecorator
set
in interface ListIterator<E>
set
in class AbstractListIteratorDecorator<E>
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.