Package groovy.util
Class ObservableList.ObservableListIterator
java.lang.Object
groovy.util.ObservableList.ObservableIterator
groovy.util.ObservableList.ObservableListIterator
- All Implemented Interfaces:
Iterator
,ListIterator
- Enclosing class:
- ObservableList
protected class ObservableList.ObservableListIterator extends ObservableList.ObservableIterator implements ListIterator
-
Field Summary
Fields inherited from class groovy.util.ObservableList.ObservableIterator
cursor
-
Constructor Summary
Constructors Constructor Description ObservableListIterator(ListIterator iterDelegate, int index)
-
Method Summary
Modifier and Type Method Description void
add(Object o)
ListIterator
getListIterator()
boolean
hasPrevious()
int
nextIndex()
Object
previous()
int
previousIndex()
void
set(Object o)
Methods inherited from class groovy.util.ObservableList.ObservableIterator
getDelegate, hasNext, next, remove
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
Methods inherited from interface java.util.ListIterator
hasNext, next, remove
-
Constructor Details
-
ObservableListIterator
-
-
Method Details
-
getListIterator
-
add
- Specified by:
add
in interfaceListIterator
-
hasPrevious
public boolean hasPrevious()- Specified by:
hasPrevious
in interfaceListIterator
-
nextIndex
public int nextIndex()- Specified by:
nextIndex
in interfaceListIterator
-
previous
- Specified by:
previous
in interfaceListIterator
-
previousIndex
public int previousIndex()- Specified by:
previousIndex
in interfaceListIterator
-
set
- Specified by:
set
in interfaceListIterator
-