|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object hep.io.hbook.HbookObject hep.io.hbook.CompositeHbookObject hep.io.hbook.Tuple
A base class for all tuples read from an hbook file.
Method Summary | |
int |
getCurrentRow()
Get the current row. |
int |
getRows()
Get the number of rows in the tuple. |
void |
setCurrentRow(int row)
Set the current row. |
Methods inherited from class hep.io.hbook.CompositeHbookObject |
getChild, getChild, getChildren, getIndex, nChildren, toString |
Methods inherited from class hep.io.hbook.HbookObject |
getName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public int getRows()
public int getCurrentRow()
public void setCurrentRow(int row)
row
- The new current row (1-nRows)
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |