in scala.collection.mutable
object HashMap

object HashMap
extends java.lang.Object
with scala.ScalaObject
This class implements mutable maps using a hashtable.
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.HashMap[A, B]
The empty map of this type
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.HashMap[A, B]
The empty map of this type