protected class ObservableList.ObservableListIterator extends ObservableIterator implements ListIterator
Constructor and description |
---|
ObservableListIterator
(ListIterator iterDelegate, int index) |
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
add(Object o) |
|
public ListIterator |
getListIterator() |
|
public boolean |
hasPrevious() |
|
public int |
nextIndex() |
|
public Object |
previous() |
|
public int |
previousIndex() |
|
public void |
set(Object o) |
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.