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 SummaryFields inherited from class groovy.util.ObservableList.ObservableIteratorcursor
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class groovy.util.ObservableList.ObservableIteratorgetDelegate, hasNext, next, removeMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.IteratorforEachRemainingMethods inherited from interface java.util.ListIteratorhasNext, next, remove
- 
Constructor Details- 
ObservableListIterator
 
- 
- 
Method Details- 
getListIterator
- 
add- Specified by:
- addin interface- ListIterator
 
- 
hasPreviouspublic boolean hasPrevious()- Specified by:
- hasPreviousin interface- ListIterator
 
- 
nextIndexpublic int nextIndex()- Specified by:
- nextIndexin interface- ListIterator
 
- 
previous- Specified by:
- previousin interface- ListIterator
 
- 
previousIndexpublic int previousIndex()- Specified by:
- previousIndexin interface- ListIterator
 
- 
set- Specified by:
- setin interface- ListIterator
 
 
-