public class MDAbstractArray.ArrayEntry
extends java.lang.Object
MDArray
, used for iteration.Modifier and Type | Method and Description |
---|---|
int[] |
getIndex()
The multi-dimensional index of this entry.
|
int |
getLinearIndex()
The linear index of this entry.
|
T |
getValue()
The value of this entry.
|
public int[] getIndex()
public int getLinearIndex()
public T getValue()