|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Array
General interface to arrays of arbitrary dimension.
| Method Summary | |
|---|---|
java.lang.Object |
get(int[] indexes)
|
int |
getEffectiveIndex(int[] indexes)
|
int |
getLowBound(int dim)
Get the least dimension along the specified dimension. |
java.lang.Object |
getRowMajor(int index)
|
int |
getSize(int dim)
Get length along specified dimension. |
boolean |
isEmpty()
|
int |
rank()
Get the rank (number of dimensions) of this array. |
java.lang.Object |
set(int[] indexes,
java.lang.Object value)
|
Array |
transpose(int[] lowBounds,
int[] dimensions,
int offset0,
int[] factors)
|
| Method Detail |
|---|
boolean isEmpty()
int rank()
int getEffectiveIndex(int[] indexes)
java.lang.Object get(int[] indexes)
java.lang.Object set(int[] indexes,
java.lang.Object value)
java.lang.Object getRowMajor(int index)
int getLowBound(int dim)
int getSize(int dim)
Array transpose(int[] lowBounds,
int[] dimensions,
int offset0,
int[] factors)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||