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