gdxIntMap

fun <Value> gdxIntMap(initialCapacity: Int = defaultMapSize, loadFactor: Float = defaultLoadFactor): IntMap<Value>

Return

a new IntMap with primitive int keys.

Parameters

initialCapacity

initial capacity of the map. Will be resized if necessary.

loadFactor

decides under what load the map is resized.