HashMap.this

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

  1. this(int initialCapacity, float loadFactor)
    class HashMap(K, V)
    this
  2. this(int initialCapacity)
  3. this()
  4. this(Map!(K, V) m)
  5. this(V[K] m)

Meta