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.IntArray
IntMap.Keys. toArray(IntArray array)
Adds the remaining values to the specified array.IntArray
ObjectIntMap.Values. toArray()
Returns a new array containing the remaining values.IntArray
ObjectIntMap.Values. toArray(IntArray array)
Adds the remaining values to the specified array.static IntArray
IntArray. with(int... array)
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)
boolean
IntArray. removeAll(IntArray array)
Removes from this array all of elements contained in the specified array.IntArray
IntMap.Keys. toArray(IntArray array)
Adds the remaining values to the specified array.IntArray
ObjectIntMap.Values. toArray(IntArray array)
Adds the remaining values to the specified array.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.
-