protected class ObservableList.ObservableIterator extends Object implements Iterator
Modifier and Type | Field and Description |
---|---|
protected int |
cursor |
Constructor and Description |
---|
ObservableIterator(Iterator iterDelegate) |
Modifier and Type | Method and Description |
---|---|
Iterator |
getDelegate() |
boolean |
hasNext() |
Object |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public ObservableIterator(Iterator iterDelegate)