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.
Since
2.8
Direct Known Subclasses:
SortedSet

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