scala.collection.immutable

object TreeSet

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

object TreeSet
extends AnyRef
The canonical factory of TreeSet's.
Method Summary
def apply [A](elems : A*)(implicit view$2 : (A) => Ordered[A]) : SortedSet[A]
The canonical factory for this type
def empty [A](implicit view$1 : (A) => Ordered[A]) : TreeSet[A]
The empty set of this type
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 empty[A](implicit view$1 : (A) => Ordered[A]) : TreeSet[A]
The empty set of this type

def apply[A](elems : A*)(implicit view$2 : (A) => Ordered[A]) : SortedSet[A]
The canonical factory for this type