scala.collection.immutable

object HashMap

[source: scala/collection/immutable/HashMap.scala]

object HashMap
extends AnyRef
The canonical factory methods for immutable HashMap's.
Author
Martin Odersky
Version
2.0, 19/01/2007
Method Summary
def apply [A, B](elems : (A, B)*) : Map[A, B]
The canonical factory for this type
def empty [A, B] : HashMap[A, B]
The empty map of this type
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
def empty[A, B] : HashMap[A, B]
The empty map of this type

def apply[A, B](elems : (A, B)*) : Map[A, B]
The canonical factory for this type