|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
boolean |
absolute(int row)
Moves the cursor to the given row number in the iterator. |
int |
fullSize()
|
boolean |
relative(int row)
Moves the cursor a relative number of rows, either positive or negative. |
void |
releaseDbResources()
Release all internally used Database resources of the iterator. |
int |
size()
|
Methods inherited from interface java.util.Iterator |
hasNext, next, remove |
Method Detail |
public int size() throws PersistenceBrokerException
PersistenceBrokerException
public int fullSize() throws PersistenceBrokerException
PersistenceBrokerException
public boolean absolute(int row) throws PersistenceBrokerException
row
- the row to move to in this iterator, by absolute number
PersistenceBrokerException
public boolean relative(int row) throws PersistenceBrokerException
row
- the row to move to in this iterator, by relative number
PersistenceBrokerException
public void releaseDbResources()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |