protected class PredicatedList.PredicatedListIterator extends AbstractListIteratorDecorator
iterator
Modifier | Constructor and Description |
---|---|
protected |
PredicatedList.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
protected PredicatedList.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–2015 The Apache Software Foundation. All rights reserved.