public final class Array5<T>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
dim0 |
int |
dim1 |
int |
dim2 |
int |
dim3 |
int |
dim4 |
java.lang.Object[][][][] |
elmts |
| Constructor and Description |
|---|
Array5(TypeDescriptor<T> elmtType,
int dim0,
int dim1,
int dim2,
int dim3,
int dim4,
java.lang.Object[][][][] elmts) |
| Modifier and Type | Method and Description |
|---|---|
static <T> TypeDescriptor<Array5<T>> |
_typeDescriptor() |
void |
fill(T z) |
Array5 |
fillThenReturn(T z) |
T |
get(int i0,
int i1,
int i2,
int i3,
int i4) |
void |
set(int i0,
int i1,
int i2,
int i3,
int i4,
T value) |
public final java.lang.Object[][][][] elmts
public final int dim0
public final int dim1
public final int dim2
public final int dim3
public final int dim4
public Array5(TypeDescriptor<T> elmtType, int dim0, int dim1, int dim2, int dim3, int dim4, java.lang.Object[][][][] elmts)