public static class IntFloatMap.Values
extends java.lang.Object
构造器和说明 |
---|
IntFloatMap.Values(IntFloatMap map) |
限定符和类型 | 方法和说明 |
---|---|
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()