Scala Library
|
|
abstract
class
ImmutableSortedSetFactory[CC]
extends
SortedSetFactory[CC]Method Summary | |
def
|
newBuilder
[A](implicit ord : Ordering[A]) : Builder[A, CC[A]]
|
Methods inherited from SortedSetFactory | |
empty (abstract), 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 |
Scala Library
|
|