IntHashSet

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


constructor()

New instance with sane defaults.


constructor(set: IntHashSet)

New instance copying elements from another set.


constructor(collection: MutableCollection<Int>)

New instance copying elements from another collection.