static class BridgeCollections.UnmodifiableListIterator<E> extends Object implements ListIterator<E>
| Modifier and Type | Field and Description |
|---|---|
protected ListIterator<E> |
i |
| Constructor and Description |
|---|
UnmodifiableListIterator(ListIterator<E> i) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Object o) |
boolean |
hasNext() |
boolean |
hasPrevious() |
E |
next() |
int |
nextIndex() |
E |
previous() |
int |
previousIndex() |
void |
remove() |
void |
set(Object o) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected final ListIterator<E> i
UnmodifiableListIterator(ListIterator<E> i)
public boolean hasNext()
public boolean hasPrevious()
hasPrevious in interface ListIterator<E>public E next()
public E previous()
previous in interface ListIterator<E>public int nextIndex()
nextIndex in interface ListIterator<E>public int previousIndex()
previousIndex in interface ListIterator<E>public void remove()
public void add(Object o)
add in interface ListIterator<E>public void set(Object o)
set in interface ListIterator<E>MMBase 1.9-SNAPSHOT - ${javadoctimestamp}