public static class IntLongMap.Keys
extends java.lang.Object
| Constructor and Description |
|---|
Keys(IntLongMap map) |
| Modifier and Type | Method and Description |
|---|---|
int |
next() |
org.mini2Dx.gdx.utils.IntArray |
toArray()
Returns a new array containing the remaining keys.
|
org.mini2Dx.gdx.utils.IntArray |
toArray(org.mini2Dx.gdx.utils.IntArray array)
Adds the remaining values to the specified array.
|
public Keys(IntLongMap map)