public static class ObjectFloatMap.Values extends Object
| Constructor and Description |
|---|
Values(ObjectFloatMap<?> map) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
ObjectFloatMap.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(ObjectFloatMap<?> map)
public boolean hasNext()
public float next()
public ObjectFloatMap.Values iterator()
public FloatArray toArray()
public FloatArray toArray(FloatArray array)
Copyright © 2021. All rights reserved.