Ok so i am new to these HashMaps but have some idea about LinkedLists and HashMaps.
It would be great if you could give me some simple explanation regarding LinkedHashMap and a
LinkedHashMap keys are similar to ArrayLists or arrays in the way they are stored in the order that they are inserted.
Normal HashMaps are sorted by their hash code.