protected class ObservableList.ObservableListIterator extends Object implements ListIterator<E>
Constructor and Description |
---|
ObservableList.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, wait
hasNext, next, remove
public ObservableList.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–2016 MuleSoft, Inc.. All rights reserved.