|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Class
Method Summary | |
int[] |
getDimensions()
Method to get the maximumum indices for each dimension. |
BaseNumber |
getElement(int[] indices)
Method to get the value of the element specified by the indices given. |
void |
setElement(int[] indices,
BaseNumber element)
Method to set the value of the element specified by the indices given. |
Method Detail |
public BaseNumber getElement(int[] indices)
indices
- an array of integers giving the indices in the
0th, 1st, ... (n-1)th dimensions of the Compound, respectively.
public void setElement(int[] indices, BaseNumber element)
indices
- an array of integers giving the indices in the
0th, 1st, ... (n-1)th dimensions of the Compound, respectively.public int[] getDimensions()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |