|
Scala Library
|
|
scala/collection/immutable/TreeSet.scala]
object
TreeSet
extends SortedSetFactory[TreeSet]| 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]]
|
override def
|
newBuilder
[A](implicit ordering : Ordering[A]) : Builder[A, TreeSet[A]]
|
| Methods inherited from SortedSetFactory | |
| apply, 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 |
| Method Details |
|
Scala Library
|
|