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