|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object groovy.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-2013 The Codehaus. All rights reserved.