| Package | Description |
|---|---|
| com.badlogic.gdx.utils |
| Modifier and Type | Method and Description |
|---|---|
LongArray |
LongMap.Keys.toArray()
Returns a new array containing the remaining values.
|
static LongArray |
LongArray.with(long... array) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
LongArray(LongArray array)
Creates a new array containing the elements in the specific array.
|