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