Uses of Class
com.badlogic.gdx.utils.IntMap
-
Packages that use IntMap Package Description com.badlogic.gdx.maps.tiled com.badlogic.gdx.utils -
-
Uses of IntMap in com.badlogic.gdx.maps.tiled
Fields in com.badlogic.gdx.maps.tiled declared as IntMap Modifier and Type Field Description protected IntMap<MapObject>BaseTmxMapLoader. idToObjectMethods in com.badlogic.gdx.maps.tiled that return IntMap Modifier and Type Method Description IntMap<MapObject>BaseTmxMapLoader. getIdToObject()Gets a map of the object ids to theMapObjectinstances. -
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)
-