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