scala.collection

object Set

[source: scala/collection/Set.scala]

object Set
extends SetFactory[Set]
Factory object for Set class.
Author
Martin Odersky
Version
2.8
Since
2.8
Method Summary
implicit def canBuildFrom [A] : CanBuildFrom[Set, A, Set[A]]
override def empty [A] : Set[A]
The empty iterable of type CC.
Methods inherited from SetFactory
newBuilder, setCanBuildFrom
Methods inherited from GenericCompanion
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
override def empty[A] : Set[A]
The empty iterable of type CC.

implicit def canBuildFrom[A] : CanBuildFrom[Set, A, Set[A]]