Uses of Class
com.badlogic.gdx.utils.BooleanArray
-
Packages that use BooleanArray Package Description com.badlogic.gdx.utils -
-
Uses of BooleanArray in com.badlogic.gdx.utils
Methods in com.badlogic.gdx.utils that return BooleanArray Modifier and Type Method Description static BooleanArrayBooleanArray. with(boolean... array)Methods in com.badlogic.gdx.utils with parameters of type BooleanArray Modifier and Type Method Description voidBooleanArray. addAll(BooleanArray array)voidBooleanArray. addAll(BooleanArray array, int offset, int length)booleanBooleanArray. 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 Constructor Description BooleanArray(BooleanArray array)Creates a new array containing the elements in the specific array.
-