scala.collection.generic
SetFactory
class
SetFactory[CC] extends GenericCompanion[CC[X][X]]
Inherits
- GenericCompanion
- AnyRef
- Any
Type Members
-
type
Coll = CC[_]
Value Members
-
def
apply[A](elems: A*): CC[A]
-
def
empty[A]: CC[A]
-
def
equals(arg0: Any): Boolean
-
def
hashCode(): Int
-
def
newBuilder[A]: Builder[A, CC[A]]
-
def
setCanBuildFrom[A]: CanBuildFrom[CC[_], A, CC[A]]
-
def
toString(): String
Instance constructors
-
new
SetFactory()
A template for companion objects of
Set
and subclasses thereof.