in scala.collection.mutable
object Map

object Map
extends java.lang.Object
with scala.ScalaObject
This class represents mutable maps. Concrete map implementations just have to provide functionality for the abstract methods in scala.collection.Map as well as for update, and -=.
Author:
Matthias Zenger
Author:
Martin Odersky
Version:
2.0, 31/12/2006

Constructor Summary
def this

Def Summary
def apply [A, B] (elems: {A, B}*) : scala.collection.mutable.Map[A, B]
The canonical factory for this type
def empty [A, B] : scala.collection.mutable.Map[A, B]
The empty map of this type; this is implemented as a hashtable
Constructor Detail
def this

Def Detail
def apply [A, B](elems: {A, B}*): scala.collection.mutable.Map[A, B]
The canonical factory for this type

def empty [A, B]: scala.collection.mutable.Map[A, B]
The empty map of this type; this is implemented as a hashtable