Package groovy.util
Class ObservableList.ObservableIterator
- java.lang.Object
-
- groovy.util.ObservableList.ObservableIterator
-
- All Implemented Interfaces:
Iterator
- Direct Known Subclasses:
ObservableList.ObservableListIterator
- Enclosing class:
- ObservableList
protected class ObservableList.ObservableIterator extends Object implements Iterator
-
-
Field Summary
Fields Modifier and Type Field Description protected int
cursor
-
Constructor Summary
Constructors Constructor Description ObservableIterator(Iterator iterDelegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterator
getDelegate()
boolean
hasNext()
Object
next()
void
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
-
-
-
-
Constructor Detail
-
ObservableIterator
public ObservableIterator(Iterator iterDelegate)
-
-