| 
Groovy 1.8.4 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgroovy.util.ObservableList.ObservableIterator
protected class ObservableList.ObservableIterator
| Field Summary | |
|---|---|
        protected int | 
        
            cursor
             | 
        
| Constructor Summary | |
            ObservableList.ObservableIterator(Iterator iterDelegate)
             | 
        |
| Method Summary | |
|---|---|
            Iterator
         | 
        
            getDelegate()
             | 
        
            boolean
         | 
        
            hasNext()
             | 
        
            Object
         | 
        
            next()
             | 
        
            void
         | 
        
            remove()
             | 
        
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll | 
| Field Detail | 
|---|
protected int cursor
| Constructor Detail | 
|---|
public ObservableList.ObservableIterator(Iterator iterDelegate)
| Method Detail | 
|---|
public Iterator getDelegate()
public boolean hasNext()
public Object next()
public void remove()
Copyright © 2003-2011 The Codehaus. All rights reserved.