HashSet.this

Constructs a new, empty set.

D2/Phobos: This method has no difference compared to this().

@param initialCapacity the initial capacity of the hash map @param loadFactor the load factor of the hash map

  1. this()
  2. this(Collection c)
  3. this(int initialCapacity)
  4. this(int initialCapacity, float loadFactor)
    class HashSet
    this

Meta