in scala.collection.immutable
object HashMap

object HashMap
extends java.lang.Object
with scala.ScalaObject
This class implements immutable maps using a hashtable.
Author:
Martin Odersky
Version:
2.0, 19/01/2007

Constructor Summary
def this

Def Summary
def apply [A, B] (elems: (A, B)*) : scala.collection.immutable.Map[A, B]
The canonical factory for this type
def empty [A, B] : scala.collection.immutable.HashMap[A, B]
The empty map of this type
Constructor Detail
def this

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

def empty [A, B]: scala.collection.immutable.HashMap[A, B]
The empty map of this type