Constructor and Description |
---|
IdentityMap.Values(IdentityMap<?,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)
Returns a new array containing the remaining values.
|
public IdentityMap.Values(IdentityMap<?,V> map)
Copyright © 2013. All rights reserved.