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