|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A TupleCursor is used to step through the rows of an Tuple
Method Summary | |
void |
close()
Close this cursor. |
boolean |
next()
Step to the next row. |
int |
row()
Get the current row number |
void |
setRow(int n)
Step to a specific row |
void |
skip(int rows)
Skips rows. |
void |
start()
Rewind the Cursor to BEFORE the first row. |
Method Detail |
public int row()
public void start()
public boolean next()
public void skip(int rows)
rows
- number of rows to skip, greater than 0.public void setRow(int n)
n
- The row to move to
IndexOutOfBoundsException
- if the index is < 0 or >= number of rows
UnsupportedOperationException
- if the Tuple does not support random accesspublic void close()
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |