scala.collection.immutable.ListMap
See theListMap companion class
object ListMap extends MapFactory[ListMap]
This object provides a set of operations to create Iterable
values.
Note that each element insertion takes O(n) time, which means that creating a list map with n elements will take O(n2) time. This makes the builder suitable only for a small number of elements.
Attributes
- See also
-
"Scala's Collection Library overview" section on
List Maps
for more information. - Companion
- class
- Source
- ListMap.scala
- Graph
-
- Supertypes
- Self type
-
ListMap.type
Members list
In this article