scala.collection.generic

class SetFactory

[source: scala/collection/generic/SetFactory.scala]

abstract class SetFactory[CC]
extends GenericCompanion[CC]
A template for companion objects of Set and subclasses thereof.
Since
2.8
Direct Known Subclasses:
Set, HashSet, ListSet, Set, HashSet, LinkedHashSet, Set

Method Summary
def newBuilder [A] : Builder[A, CC[A]]
def setCanBuildFrom [A] : CanBuildFrom[CC[Any], A, CC[A]]
Methods inherited from GenericCompanion
empty, apply
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 newBuilder[A] : Builder[A, CC[A]]
Overrides
GenericCompanion.newBuilder

def setCanBuildFrom[A] : CanBuildFrom[CC[Any], A, CC[A]]