java.util.Iterator
, java.util.ListIterator
protected class TransformedList.TransformedListIterator extends AbstractListIteratorDecorator
iterator
Modifier | Constructor | Description |
---|---|---|
protected |
TransformedListIterator(java.util.ListIterator iterator) |
Modifier and Type | Method | 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-2017 Apache Software Foundation. All Rights Reserved.