<init>
Constructs an empty HashMap instance.
Parameters
initialCapacity
- the initial capacity (ignored)
loadFactor
- the load factor (ignored)
Exceptions
IllegalArgumentException
- if the initial capacity or load factor are negative
Constructs an empty HashMap instance.
initialCapacity
- the initial capacity (ignored)
loadFactor
- the load factor (ignored)
IllegalArgumentException
- if the initial capacity or load factor are negative