|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface for a simple Iterator
| Method Summary | |
int |
getCurrentrow()
return the actuell position of the internal pointer |
int |
getRecordcount()
return recordcount of the iterator object |
boolean |
go(int index)
Deprecated. use instead |
boolean |
go(int index,
int pid)
set the internal pointer to defined position |
boolean |
isEmpty()
|
boolean |
next()
Deprecated. use instead |
boolean |
next(int pid)
set the intern pointer of the iterator to the next position, return true if next position exist otherwise false. |
void |
reset()
Deprecated. use instead |
void |
reset(int pid)
reset ther intern pointer |
| Method Detail |
public boolean next()
throws PageException
next(int)
PageException
public boolean next(int pid)
throws PageException
PageException
public void reset()
throws PageException
reset(int)
PageException
public void reset(int pid)
throws PageException
PageExceptionpublic int getRecordcount()
public int getCurrentrow()
public boolean go(int index)
throws PageException
go(int,int)
index -
PageException
public boolean go(int index,
int pid)
throws PageException
index -
PageExceptionpublic boolean isEmpty()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||