gnu.lists
public interface Array
| Method Summary | |
|---|---|
| Object | get(int[] indexes) |
| int | getEffectiveIndex(int[] indexes) |
| int | getLowBound(int dim) Get the least dimension along the specified dimension. |
| 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.
|
| Object | set(int[] indexes, Object value) |
| Array | transpose(int[] lowBounds, int[] dimensions, int offset0, int[] factors) |