scala.collection.immutable

object TreeSet

[source: scala/collection/immutable/TreeSet.scala]

object TreeSet
extends SortedSetFactory[TreeSet]
The canonical factory of TreeSet's.
Method Summary
def empty [A](implicit ordering : Ordering[A]) : TreeSet[A]
The empty set of this type
implicit def implicitBuilder [A](implicit ordering : Ordering[A]) : Builder[A, TreeSet[A]]
def newBuilder [A](implicit ordering : Ordering[A]) : Builder[A, TreeSet[A]]
Methods inherited from SortedSetFactory
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
implicit def implicitBuilder[A](implicit ordering : Ordering[A]) : Builder[A, TreeSet[A]]

def newBuilder[A](implicit ordering : Ordering[A]) : Builder[A, TreeSet[A]]
Overrides
SortedSetFactory.newBuilder

def empty[A](implicit ordering : Ordering[A]) : TreeSet[A]
The empty set of this type
Overrides
SortedSetFactory.empty