Package groovy.util
Class ObservableList.ObservableIterator
java.lang.Object
groovy.util.ObservableList.ObservableIterator
- All Implemented Interfaces:
- java.util.Iterator
- Direct Known Subclasses:
- ObservableList.ObservableListIterator
- Enclosing class:
- ObservableList
protected class ObservableList.ObservableIterator
extends java.lang.Object
implements java.util.Iterator
- 
Field SummaryFields Modifier and Type Field Description protected intcursor
- 
Constructor SummaryConstructors Constructor Description ObservableIterator(java.util.Iterator iterDelegate)
- 
Method SummaryModifier and Type Method Description java.util.IteratorgetDelegate()booleanhasNext()java.lang.Objectnext()voidremove()Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.IteratorforEachRemaining
- 
Field Details- 
cursorprotected int cursor
 
- 
- 
Constructor Details- 
ObservableIteratorpublic ObservableIterator(java.util.Iterator iterDelegate)
 
- 
- 
Method Details- 
getDelegatepublic java.util.Iterator getDelegate()
- 
hasNextpublic boolean hasNext()- Specified by:
- hasNextin interface- java.util.Iterator
 
- 
nextpublic java.lang.Object next()- Specified by:
- nextin interface- java.util.Iterator
 
- 
removepublic void remove()- Specified by:
- removein interface- java.util.Iterator
 
 
-