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