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.
Since
2.8
Direct Known Subclasses:
HashMap, ListMap, Map

Methods inherited from MapFactory
empty (abstract), apply, newBuilder
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf