scala.collection.generic

class ImmutableSortedSetFactory

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

abstract class ImmutableSortedSetFactory[CC]
extends SortedSetFactory[CC]
A template for companion objects of mutable.Map and subclasses thereof.
Method Summary
def newBuilder [A](implicit ord : Ordering[A]) : Builder[A, CC[A]]
Methods inherited from SortedSetFactory
empty (abstract), apply, newBuilderFactory
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](implicit ord : Ordering[A]) : Builder[A, CC[A]]
Overrides
SortedSetFactory.newBuilder