protected class TransformedList.TransformedListIterator extends AbstractListIteratorDecorator
iterator
Modifier | Constructor and Description |
---|---|
protected |
TransformedListIterator(java.util.ListIterator iterator) |
Modifier and Type | Method and Description |
---|---|
void |
add(java.lang.Object object) |
void |
set(java.lang.Object object) |
getListIterator, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove
protected TransformedListIterator(java.util.ListIterator iterator)
public void add(java.lang.Object object)
add
in interface java.util.ListIterator
add
in class AbstractListIteratorDecorator
public void set(java.lang.Object object)
set
in interface java.util.ListIterator
set
in class AbstractListIteratorDecorator
Copyright © 2001-2024 Apache Software Foundation. All Rights Reserved.