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