scala.collection.generic

class ImmutableMapFactory

[source: scala/collection/generic/ImmutableMapFactory.scala]

abstract class ImmutableMapFactory[CC]
extends MapFactory[CC]
A template for companion objects of immutable.Map and subclasses thereof.
Direct Known Subclasses:
Map, HashMap, ListMap, Map

Method Summary
def newBuilder [A, B] : MapBuilder[A, B, CC[A, B]]
Methods inherited from MapFactory
empty (abstract), 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
def newBuilder[A, B] : MapBuilder[A, B, CC[A, B]]
Overrides
MapFactory.newBuilder