public class DGrowArray
extends java.lang.Object
| Constructor and Description |
|---|
DGrowArray() |
DGrowArray(int length) |
| Modifier and Type | Method and Description |
|---|---|
void |
free() |
double |
get(int index) |
int |
length() |
void |
reshape(int length) |
void |
set(int index,
int value) |