org.apache.commons.collections4.list
Class TransformedList.TransformedListIterator
java.lang.Object
org.apache.commons.collections4.iterators.AbstractListIteratorDecorator<E>
org.apache.commons.collections4.list.TransformedList.TransformedListIterator
- All Implemented Interfaces:
- Iterator<E>, ListIterator<E>
- Enclosing class:
- TransformedList<E>
protected class TransformedList.TransformedListIterator
- extends AbstractListIteratorDecorator<E>
Inner class Iterator for the TransformedList
Method Summary |
void |
add(E object)
|
void |
set(E object)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransformedList.TransformedListIterator
protected TransformedList.TransformedListIterator(ListIterator<E> iterator)
- Create a new transformed list iterator.
- Parameters:
iterator
- the list iterator to decorate
add
public void add(E object)
- Description copied from class:
AbstractListIteratorDecorator
-
- Specified by:
add
in interface ListIterator<E>
- Overrides:
add
in class AbstractListIteratorDecorator<E>
set
public void set(E object)
- Description copied from class:
AbstractListIteratorDecorator
-
- Specified by:
set
in interface ListIterator<E>
- Overrides:
set
in class AbstractListIteratorDecorator<E>
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.