LongIntHashMap

constructor(expectedElements: Int, loadFactor: Double = DEFAULT_LOAD_FACTOR.toDouble())


constructor()

New instance with sane defaults.


constructor(map: LongIntHashMap)

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