Scala Map implementation keeping entries in insertion order?

From the LinkedHashMap Scaladoc page:

  • “This class implements mutable maps using a hashtable. The iterator and
    all traversal methods of this class visit elements in the order they were
    inserted.”

Leave a Comment