public final class Array1<T>
extends java.lang.Object
| Constructor and Description |
|---|
Array1(TypeDescriptor<T> elmtType,
int dim0,
java.lang.Object elmts) |
| Modifier and Type | Method and Description |
|---|---|
static <T> TypeDescriptor<Array1<T>> |
_typeDescriptor() |
void |
fill(T z) |
Array1 |
fillThenReturn(T z) |
T |
get(int i0) |
void |
set(int i0,
T value) |
public Array1(TypeDescriptor<T> elmtType, int dim0, java.lang.Object elmts)