scala.collection.mutable

object ListMap

[source: scala/collection/mutable/ListMap.scala]

object ListMap
extends MutableMapFactory[ListMap]
This class implements mutable maps using a list.
Author
Martin Odersky
Version
2.8
Method Summary
implicit def canBuildFrom [A, B] : CanBuildFrom[ListMap, (A, B), ListMap[A, B]]
def empty [A, B] : ListMap[A, B]
Methods inherited from MapFactory
apply, newBuilder
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
implicit def canBuildFrom[A, B] : CanBuildFrom[ListMap, (A, B), ListMap[A, B]]

def empty[A, B] : ListMap[A, B]