public interface MultiDimensional
Modifier and Type | Method and Description |
---|---|
int |
getNumDimensions()
Get the number of dimensions used by this access,
|
long |
getNumElements()
Get the combined number of elements in all dimensions.
|
int |
getSize(int dim)
Get the size of the given dimension.
|
int[] |
getSizes()
Get the sizes of the dimensions of this access.
|
int getNumDimensions()
int getSize(int dim)
dim
- dimension, greater than 0
and less than getNumDimensions()
@NotNull int[] getSizes()
getNumDimensions()
long getNumElements()