scala.collection.generic

class ImmutableSortedMapFactory

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

abstract class ImmutableSortedMapFactory[CC]
extends SortedMapFactory[CC]
A template for companion objects of immutable.Map and subclasses thereof.
Direct Known Subclasses:
SortedMap, SortedMap, TreeMap

Method Summary
def newBuilder [A, B](implicit ord : Ordering[A]) : Builder[(A, B), CC[A, B]]
Methods inherited from SortedMapFactory
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](implicit ord : Ordering[A]) : Builder[(A, B), CC[A, B]]
Overrides
SortedMapFactory.newBuilder