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) |
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/groovy/util/ObservableList.ObservableListIterator.html