scala.collection.immutable

object HashMap

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

object HashMap
extends ImmutableMapFactory[HashMap]
A factory object for immutable HashMaps.
Author
Martin Odersky
Version
2.8
Method Summary
implicit def builderFactory [A, B] : BuilderFactory[(A, B), HashMap[A, B], HashMap]
def empty [A, B] : HashMap[A, B]
Methods inherited from ImmutableMapFactory
newBuilder
Methods inherited from MapFactory
apply
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 builderFactory[A, B] : BuilderFactory[(A, B), HashMap[A, B], HashMap]

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