gdxIntIntMap
fun gdxIntIntMap(initialCapacity: Int = defaultMapSize, loadFactor: Float = defaultLoadFactor): IntIntMap
Return
a new IntIntMap with primitive int keys and values.
Parameters
initialCapacity
initial capacity of the map. Will be resized if necessary.
loadFactor
decides under what load the map is resized.