Constructor and Description |
---|
ObjectMap.Values(ObjectMap<?,V> map) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
Iterator<V> |
iterator() |
V |
next() |
ArrayList<V> |
toArray()
Returns a new array containing the remaining values.
|
void |
toArray(ArrayList<V> array)
Adds the remaining values to the specified array.
|
Copyright © 2013. All Rights Reserved.