IntFloatHashMap

constructor(expectedElements: Int, loadFactor: Float = DEFAULT_LOAD_FACTOR.toFloat())


constructor()

New instance with sane defaults.


constructor(map: IntFloatHashMap)

Create a hash map from all key-value pairs of another map.