|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LongArray | |
---|---|
com.badlogic.gdx.utils |
Uses of LongArray in com.badlogic.gdx.utils |
---|
Methods in com.badlogic.gdx.utils that return LongArray | |
---|---|
LongArray |
LongMap.Keys.toArray()
Returns a new array containing the remaining values. |
Methods in com.badlogic.gdx.utils with parameters of type LongArray | |
---|---|
void |
LongArray.addAll(LongArray array)
|
void |
LongArray.addAll(LongArray array,
int offset,
int length)
|
boolean |
LongArray.removeAll(LongArray array)
Removes from this array all of elements contained in the specified array. |
Constructors in com.badlogic.gdx.utils with parameters of type LongArray | |
---|---|
LongArray(LongArray array)
Creates a new array containing the elements in the specific array. |
|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |