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