Uses of Class
com.esotericsoftware.kryo.util.IntArray
-
Packages that use IntArray Package Description com.esotericsoftware.kryo.util -
-
Uses of IntArray in com.esotericsoftware.kryo.util
Methods in com.esotericsoftware.kryo.util that return IntArray Modifier and Type Method Description IntArray
IntMap.Keys. toArray()
Returns a new array containing the remaining keys.Methods in com.esotericsoftware.kryo.util with parameters of type IntArray Modifier and Type Method Description void
IntArray. addAll(IntArray array)
void
IntArray. addAll(IntArray array, int offset, int length)
Constructors in com.esotericsoftware.kryo.util with parameters of type IntArray Constructor Description IntArray(IntArray array)
Creates a new array containing the elements in the specific array.
-