|
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.TupleColumn hep.tuple.TupleColumnInt
Field Summary |
Fields inherited from class hep.tuple.TupleColumn |
arrayList, arraySize, currentArray, currentArrayIndex, defaultValue, maximumSize, nStack |
Method Summary | |
protected void |
createArray(int size)
Create a new array of the appropriate type with given length. |
protected void |
currentArrayUpdated()
Update the current array in the column. |
void |
defaultValue(Value value)
Get the default value stored in the column. |
protected boolean |
hasStatistics()
Does this column carry any statistic information? |
void |
setValue(int index,
Value value)
Set the value of the column. |
void |
value(int index,
Value value)
|
Methods inherited from class hep.tuple.TupleColumn |
addRow, fill, getDefaultValue, hasDefaultValue, maxValue, meanValue, minValue, name, reset, resetRow, resetRows, rmsValue, setCurrentArray, setDefaultValue, type, value |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
protected void createArray(int size)
TupleColumn
createArray
in class TupleColumn
size
- The size of the array to be created.public void value(int index, Value value)
value
in class TupleColumn
public void setValue(int index, Value value)
FillableTupleColumn
setValue
in interface FillableTupleColumn
setValue
in class TupleColumn
protected boolean hasStatistics()
TupleColumn
hasStatistics
in class TupleColumn
true
if the statistics is updated.public void defaultValue(Value value)
FTupleColumn
value
- The Value object in which che maximum value is passed.protected void currentArrayUpdated()
TupleColumn
currentArrayUpdated
in class TupleColumn
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |