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