We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ecfbebb + 5c99b07 commit 5ccda53Copy full SHA for 5ccda53
src/library/scala/collection/mutable/ListMap.scala
@@ -15,7 +15,7 @@ package mutable
15
import generic._
16
import annotation.tailrec
17
18
-/** A simple mutable map backed by a list.
+/** A simple mutable map backed by a list, so it preserves insertion order.
19
*
20
* @tparam A the type of the keys contained in this list map.
21
* @tparam B the type of the values assigned to keys in this list map.
0 commit comments