Package com.badlogic.gdx.utils
Class ObjectLongMap.Values
- java.lang.Object
-
- com.badlogic.gdx.utils.ObjectLongMap.Values
-
- Enclosing class:
- ObjectLongMap<K>
public static class ObjectLongMap.Values extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Values(ObjectLongMap<?> map)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()ObjectLongMap.Valuesiterator()longnext()LongArraytoArray()Returns a new array containing the remaining values.LongArraytoArray(LongArray array)Adds the remaining values to the specified array.
-
-
-
Constructor Detail
-
Values
public Values(ObjectLongMap<?> map)
-
-
Method Detail
-
hasNext
public boolean hasNext()
-
next
public long next()
-
iterator
public ObjectLongMap.Values iterator()
-
toArray
public LongArray toArray()
Returns a new array containing the remaining values.
-
-