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 68ce049 + 42acd55 commit 14f875cCopy full SHA for 14f875c
src/library/scala/collection/immutable/ListMap.scala
@@ -32,7 +32,7 @@ object ListMap extends ImmutableMapFactory[ListMap] {
32
private object EmptyListMap extends ListMap[Any, Nothing] { }
33
}
34
35
-/** This class implements immutable maps using a list-based data structure.
+/** This class implements immutable maps using a list-based data structure, which preserves insertion order.
36
* Instances of `ListMap` represent empty maps; they can be either created by
37
* calling the constructor directly, or by applying the function `ListMap.empty`.
38
*
0 commit comments