Package com.badlogic.gdx.utils
Class IntIntMap.Keys
- java.lang.Object
-
- com.badlogic.gdx.utils.IntIntMap.Keys
-
- Enclosing class:
- IntIntMap
public static class IntIntMap.Keys extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intnext()IntArraytoArray()Returns a new array containing the remaining keys.IntArraytoArray(IntArray array)Adds the remaining values to the specified array.
-