public class NumberArray extends ArrayData
| Modifier and Type | Field and Description |
|---|---|
private static byte |
NUMBER_ARRAY_RAW_ID |
static ArrayEntryType |
TYPE |
| Constructor and Description |
|---|
NumberArray() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(double value) |
double |
get(int index) |
void |
set(int index,
double value) |
_add, _set, getAsObject, getDataArray, remove, setSize, sizegetTypeprivate static final byte NUMBER_ARRAY_RAW_ID
public static final ArrayEntryType TYPE