public static class LongFloatMap.Values
extends java.lang.Object
| Constructor and Description |
|---|
Values(LongFloatMap map) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
LongFloatMap.Values |
iterator() |
float |
next() |
org.mini2Dx.gdx.utils.FloatArray |
toArray()
Returns a new array containing the remaining values.
|
org.mini2Dx.gdx.utils.FloatArray |
toArray(org.mini2Dx.gdx.utils.FloatArray array)
Adds the remaining values to the specified array.
|
public Values(LongFloatMap map)
public boolean hasNext()
public float next()
public LongFloatMap.Values iterator()
public org.mini2Dx.gdx.utils.FloatArray toArray()
public org.mini2Dx.gdx.utils.FloatArray toArray(org.mini2Dx.gdx.utils.FloatArray array)