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