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