Uses of Class
com.badlogic.gdx.utils.IntMap
-
Packages that use IntMap Package Description com.badlogic.gdx.utils -
-
Uses of IntMap in com.badlogic.gdx.utils
Methods in com.badlogic.gdx.utils with parameters of type IntMap Modifier and Type Method Description voidIntMap. putAll(IntMap<? extends V> map)Constructors in com.badlogic.gdx.utils with parameters of type IntMap Constructor Description Entries(IntMap map)IntMap(IntMap<? extends V> map)Creates a new map identical to the specified map.Keys(IntMap map)Values(IntMap<V> map)
-