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