LongObjectHashMap

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


constructor(map: LongObjectHashMap<VType>)

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