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