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