Constructs an empty <tt>HashMap</tt> with the specified initial
capacity and load factor.
@param initialCapacity the initial capacity
@param loadFactor the load factor
@throws IllegalArgumentException if the initial capacity is negative
or the load factor is nonpositive
Constructs an empty <tt>HashMap</tt> with the specified initial capacity and load factor.
@param initialCapacity the initial capacity @param loadFactor the load factor @throws IllegalArgumentException if the initial capacity is negative or the load factor is nonpositive