protected class ObservableList.ObservableListIterator extends ObservableList.ObservableIterator implements ListIterator
cursor
Constructor and Description |
---|
ObservableList.ObservableListIterator(ListIterator iterDelegate,
int index) |
Modifier and Type | Method and Description |
---|---|
void |
add(Object o) |
ListIterator |
getListIterator() |
boolean |
hasPrevious() |
int |
nextIndex() |
Object |
previous() |
int |
previousIndex() |
void |
set(Object o) |
getDelegate, hasNext, next, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hasNext, next, remove
public ObservableList.ObservableListIterator(ListIterator iterDelegate, int index)
public ListIterator getListIterator()
public void add(Object o)
add
in interface ListIterator
public boolean hasPrevious()
hasPrevious
in interface ListIterator
public int nextIndex()
nextIndex
in interface ListIterator
public Object previous()
previous
in interface ListIterator
public int previousIndex()
previousIndex
in interface ListIterator
public void set(Object o)
set
in interface ListIterator