| Package | Description |
|---|---|
| com.badlogic.gdx.utils |
| Modifier and Type | Method and Description |
|---|---|
static BooleanArray |
BooleanArray.with(boolean... array) |
| Modifier and Type | Method and Description |
|---|---|
void |
BooleanArray.addAll(BooleanArray array) |
void |
BooleanArray.addAll(BooleanArray array,
int offset,
int length) |
boolean |
BooleanArray.removeAll(BooleanArray array)
Removes from this array all of elements contained in the specified array.
|
| Constructor and Description |
|---|
BooleanArray(BooleanArray array)
Creates a new array containing the elements in the specific array.
|