Constructor and Description |
---|
ObjectMap.Values(ObjectMap<?,V> map) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
java.util.Iterator<V> |
iterator() |
V |
next() |
java.util.ArrayList<V> |
toArray()
Returns a new array containing the remaining values.
|
void |
toArray(java.util.ArrayList<V> array)
Adds the remaining values to the specified array.
|
public boolean hasNext()
hasNext
in interface java.util.Iterator<V>
public java.util.Iterator<V> iterator()
iterator
in interface java.lang.Iterable<V>
public java.util.ArrayList<V> toArray()
public void toArray(java.util.ArrayList<V> array)