public static class IntFloatMap.Keys
extends java.lang.Object
| Constructor and Description |
|---|
Keys(IntFloatMap map) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
int |
next() |
IntArray |
toArray()
Returns a new array containing the remaining keys.
|
public Keys(IntFloatMap map)
public boolean hasNext()
public int next()
public IntArray toArray()