|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BooleanArray | |
---|---|
com.badlogic.gdx.utils |
Uses of BooleanArray in com.badlogic.gdx.utils |
---|
Methods in com.badlogic.gdx.utils with parameters of type BooleanArray | |
---|---|
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. |
Constructors in com.badlogic.gdx.utils with parameters of type BooleanArray | |
---|---|
BooleanArray(BooleanArray array)
Creates a new array containing the elements in the specific array. |
|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |