gdxIntFloatMap

fun gdxIntFloatMap(initialCapacity: Int = defaultMapSize, loadFactor: Float = defaultLoadFactor): IntFloatMap

Return

a new IntFloatMap with primitive int keys and primitive float values.

Parameters

initialCapacity

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

loadFactor

decides under what load the map is resized.