LinkedHashMap
Constructs an empty LinkedHashMap instance.
Constructs an empty LinkedHashMap 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 LinkedHashMap filled with the contents of the specified original map.