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