Package | Description |
---|---|
com.esotericsoftware.kryo.util |
Modifier and Type | Method and Description |
---|---|
IntArray |
IntMap.Keys.toArray()
Returns a new array containing the remaining keys.
|
static IntArray |
IntArray.with(int... array) |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
IntArray(IntArray array)
Creates a new array containing the elements in the specific array.
|
Copyright © 2019. All Rights Reserved.