News

mutable.ListMap is implemented as a very simple wrapper around scala.collection.immutable.List. As a natural consequence, new items are added to the front. immutable.ListMap doesn't work that way — it ...