Constructs a new, empty set; the backing <tt>HashMap</tt> instance has the specified initial capacity and default load factor (0.75).
@param initialCapacity the initial capacity of the hash table @throws IllegalArgumentException if the initial capacity is less than zero
See Implementation
Constructs a new, empty set; the backing <tt>HashMap</tt> instance has the specified initial capacity and default load factor (0.75).
@param initialCapacity the initial capacity of the hash table @throws IllegalArgumentException if the initial capacity is less than zero