I\'m looking for a Map implementation that iterates over the key-value pairs in the order in which they were added. For example
Map orderedMap = // instantia
That's LinkedHashMap