Scala Library
|
|
object
SortedSet
extends
ImmutableSortedSetFactory[SortedSet]Method Summary | |
implicit def
|
canBuildFrom
[A](implicit ord : Ordering[A]) : CanBuildFrom[SortedSet, A, SortedSet[A]]
|
def
|
empty
[A](implicit ord : Ordering[A]) : SortedSet[A]
|
Methods inherited from SortedSetFactory | |
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 |
Method Details |
Scala Library
|
|