public interface Array
Modifier and Type | Method and Description |
---|---|
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) |
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)