| 
 | FreeHEP API Version current | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthep.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 FTupleCursorpublic void start()
FTupleCursor
start in interface FTupleCursorpublic boolean next()
FTupleCursor
next in interface FTupleCursorpublic void setRow(int n)
FTupleCursor
setRow in interface FTupleCursorn - The row to move topublic void close()
FTupleCursor
close in interface FTupleCursorpublic void skip(int rows)
FTupleCursor
skip in interface FTupleCursorrows - 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 | |||||||||