<init>
Constructs an empty LinkedHashMap instance.
Parameters
initialCapacity
- the initial capacity (ignored)
loadFactor
- the load factor (ignored)
Exceptions
IllegalArgumentException
- if the initial capacity or load factor are negative
<init>(original: Map<out K, V>)
Constructs an instance of LinkedHashMap filled with the contents of the specified original map.