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