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