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