scala.collection.mutable

object Set

[source: scala/collection/mutable/Set.scala]

object Set
extends SetFactory[Set]
The canonical factory methods for mutable sets. Currently this returns a HashSet.
Method Summary
implicit def builderFactory [A] : BuilderFactory[A, Set[A], Set]
override def empty [A] : Set[A]
The empty iterable of type CC
Methods inherited from SetFactory
newBuilder, setBuilderFactory
Methods inherited from Companion
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
implicit def builderFactory[A] : BuilderFactory[A, Set[A], Set]

override def empty[A] : Set[A]
The empty iterable of type CC