Details
-
New Feature
-
Resolution: Fixed
-
Major
-
2.1.1
-
None
-
Trivial
-
Description
LinkedHashMap is a map implementation which preserves the order of insertion, meaning that when iterating over the entries, the order will be the same as the insertion order.