public static class ObjectLongMap.Values extends Object
| Constructor and Description |
|---|
Values(ObjectLongMap<?> map) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
ObjectLongMap.Values |
iterator() |
long |
next() |
LongArray |
toArray()
Returns a new array containing the remaining values.
|
LongArray |
toArray(LongArray array)
Adds the remaining values to the specified array.
|
public Values(ObjectLongMap<?> map)
public boolean hasNext()
public long next()
public ObjectLongMap.Values iterator()
public LongArray toArray()
Copyright © 2021. All rights reserved.