libgdx API

Uses of Class
com.badlogic.gdx.utils.BooleanArray

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)
           
 

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

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)