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