Package com.badlogic.gdx.utils
Class LongMap.Values<V>
- java.lang.Object
-
- com.badlogic.gdx.utils.LongMap.Values<V>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()java.util.Iterator<V>iterator()Vnext()Array<V>toArray()Returns a new array containing the remaining values.
-