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