|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dishevelled.observable.AbstractListIteratorDecorator<E>
E - list iterator element typeabstract class AbstractListIteratorDecorator<E>
Abstract iterator that decorates an instance of ListIterator.
| Constructor Summary | |
|---|---|
protected |
AbstractListIteratorDecorator(ListIterator<E> listIterator)
Create a new abstract list iterator that decorates the specified list iterator. |
| Method Summary | |
|---|---|
void |
add(E e)
|
protected ListIterator<E> |
getListIterator()
Return a reference to the list iterator this decorator decorates. |
boolean |
hasNext()
|
boolean |
hasPrevious()
|
E |
next()
|
int |
nextIndex()
|
E |
previous()
|
int |
previousIndex()
|
void |
remove()
|
void |
set(E e)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractListIteratorDecorator(ListIterator<E> listIterator)
listIterator - list iterator to decorate, must not be null| Method Detail |
|---|
protected final ListIterator<E> getListIterator()
public void add(E e)
add in interface ListIterator<E>public boolean hasNext()
hasNext in interface Iterator<E>hasNext in interface ListIterator<E>public boolean hasPrevious()
hasPrevious in interface ListIterator<E>public E next()
next in interface Iterator<E>next in interface ListIterator<E>public int nextIndex()
nextIndex in interface ListIterator<E>public E previous()
previous in interface ListIterator<E>public int previousIndex()
previousIndex in interface ListIterator<E>public void remove()
remove in interface Iterator<E>remove in interface ListIterator<E>public void set(E e)
set in interface ListIterator<E>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||