|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An array whose elements are of type String
Method Summary | |
String[] |
getAsJavaArray()
Convert the PAW array to a Java array. |
String |
getString(int i)
Convenience method for accessing elements of 1 dimension arrays Note for compatibility with Fortran/PAW all arrays are indexed from 1 |
String |
getString(int[] i)
Access an element of an array of arbitrary dimension |
String |
getString(int i,
int j)
Convenience method for accessing elements of 2 dimension arrays Note for compatibility with Fortran/PAW all arrays are indexed from 1 |
String |
getString(int i,
int j,
int k)
Convenience method for accessing elements of 3 dimension arrays Note for compatibility with Fortran/PAW all arrays are indexed from 1 |
Methods inherited from interface hep.io.hbook.PawArray |
getDimension, getNDimensions |
Method Detail |
public String[] getAsJavaArray()
public String getString(int i)
public String getString(int i, int j)
public String getString(int i, int j, int k)
public String getString(int[] i)
i
- The index for the element to access
Note for compatibility with Fortran/PAW all arrays are indexed from 1
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |