Hash Map
Constructs an empty HashMap instance.
Constructs an empty HashMap instance.
Parameters
initial Capacity
the initial capacity (ignored)
load Factor
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.