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