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