|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object hep.tuple.Cursor
Constructor Summary | |
|
Cursor(int startRow,
int endRow,
boolean hasRandomAccess)
|
protected |
Cursor(Tuple 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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected Cursor(Tuple tuple)
public Cursor(int startRow, int endRow, boolean hasRandomAccess)
Method Detail |
public int row()
FTupleCursor
row
in interface FTupleCursor
public void start()
FTupleCursor
start
in interface FTupleCursor
public boolean next()
FTupleCursor
next
in interface FTupleCursor
public void setRow(int n)
FTupleCursor
setRow
in interface FTupleCursor
n
- The row to move topublic void close()
FTupleCursor
close
in interface FTupleCursor
public void skip(int rows)
FTupleCursor
skip
in interface FTupleCursor
rows
- number of rows to skip, greater than 0.
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |