HashMap
Constructs an empty HashMap instance.
Constructs an empty HashMap instance.
Parameters
initialCapacity
the initial capacity (ignored)
loadFactor
the load factor (ignored)
Throws
if the initial capacity or load factor are negative
Constructs an instance of HashMap filled with the contents of the specified original map.