LongHashSet

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


constructor()

New instance with sane defaults.


constructor(set: LongHashSet)

New instance copying elements from another set.