protected class ObservableList.ObservableListIterator extends Object implements ListIterator<E>
| Constructor and Description |
|---|
ObservableListIterator(ListIterator<E> iterDelegate,
int index) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(E o) |
ListIterator<E> |
getListIterator() |
boolean |
hasPrevious() |
int |
nextIndex() |
E |
previous() |
int |
previousIndex() |
void |
set(E e) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasNext, next, removeforEachRemainingpublic ObservableListIterator(ListIterator<E> iterDelegate, int index)
public ListIterator<E> getListIterator()
public void add(E o)
add in interface ListIterator<E>public boolean hasPrevious()
hasPrevious in interface ListIterator<E>public int nextIndex()
nextIndex in interface ListIterator<E>public E previous()
previous in interface ListIterator<E>public int previousIndex()
previousIndex in interface ListIterator<E>public void set(E e)
set in interface ListIterator<E>Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.