public static class IntLongMap.Values
extends java.lang.Object
| Constructor and Description |
|---|
Values(IntLongMap map) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
IntLongMap.Values |
iterator() |
long |
next() |
org.mini2Dx.gdx.utils.LongArray |
toArray()
Returns a new array containing the remaining values.
|
org.mini2Dx.gdx.utils.LongArray |
toArray(org.mini2Dx.gdx.utils.LongArray array)
Adds the remaining values to the specified array.
|
public Values(IntLongMap map)
public boolean hasNext()
public long next()
public IntLongMap.Values iterator()
public org.mini2Dx.gdx.utils.LongArray toArray()
public org.mini2Dx.gdx.utils.LongArray toArray(org.mini2Dx.gdx.utils.LongArray array)