Uses of Class
com.badlogic.gdx.utils.LongArray
-
Packages that use LongArray Package Description com.badlogic.gdx.utils -
-
Uses of LongArray in com.badlogic.gdx.utils
Methods in com.badlogic.gdx.utils that return LongArray Modifier and Type Method Description LongArrayLongMap.Keys. toArray()Returns a new array containing the remaining keys.LongArrayLongMap.Keys. toArray(LongArray array)Adds the remaining values to the specified array.LongArrayObjectLongMap.Values. toArray()Returns a new array containing the remaining values.LongArrayObjectLongMap.Values. toArray(LongArray array)Adds the remaining values to the specified array.static LongArrayLongArray. with(long... array)Methods in com.badlogic.gdx.utils with parameters of type LongArray Modifier and Type Method Description voidLongArray. addAll(LongArray array)voidLongArray. addAll(LongArray array, int offset, int length)booleanLongArray. removeAll(LongArray array)Removes from this array all of elements contained in the specified array.LongArrayLongMap.Keys. toArray(LongArray array)Adds the remaining values to the specified array.LongArrayObjectLongMap.Values. toArray(LongArray array)Adds the remaining values to the specified array.Constructors in com.badlogic.gdx.utils with parameters of type LongArray Constructor Description LongArray(LongArray array)Creates a new array containing the elements in the specific array.
-