scala.collection.immutable

object HashSet

[source: scala/collection/immutable/HashSet.scala]

object HashSet
extends SetFactory[HashSet]
A factory object for immutable HashSets.
Author
Martin Odersky
Version
2.8
Since
2.3
Method Summary
implicit def canBuildFrom [A] : CanBuildFrom[HashSet, A, HashSet[A]]
override def empty [A] : HashSet[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
implicit def canBuildFrom[A] : CanBuildFrom[HashSet, A, HashSet[A]]

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