|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.xorm.CollectionProxy.ProxyIterator
| Field Summary | |
protected Iterator |
inner
|
protected Row |
lastRow
|
protected boolean |
valid
|
| Constructor Summary | |
protected |
CollectionProxy.ProxyIterator()
|
| Method Summary | |
void |
close()
|
boolean |
hasNext()
|
Object |
next()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected Iterator inner
protected Row lastRow
protected boolean valid
| Constructor Detail |
protected CollectionProxy.ProxyIterator()
| Method Detail |
public boolean hasNext()
hasNext in interface Iteratorpublic Object next()
next in interface Iteratorpublic void remove()
remove in interface Iteratorpublic void close()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||