Constructor and Description |
---|
LongMap.Values(LongMap<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.
|