java.lang.Object | +--org.apache.commons.collections.iterators.UnmodifiableListIteratorAll Implemented Interfaces:
void | add(Object obj) |
static ListIterator | decorate(ListIterator iterator) Decorates the specified iterator such that it cannot be modified. |
boolean | hasNext() |
boolean | |
Object | next() |
int | |
Object | previous() |
int | |
void | remove() |
void | set(Object obj) |
public void add(Object obj)
public static ListIterator decorate(ListIterator iterator)
- if the iterator is nullpublic boolean hasNext()
public boolean hasPrevious()
public Object next()
public int nextIndex()
public Object previous()
public int previousIndex()
public void remove()
public void set(Object obj)