scala.collection.immutable

object HashSet

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

object HashSet
extends AnyRef
The canonical factory methods for immutable HashSet's.
Author
Martin Odersky
Version
2.0, 19/01/2007
Method Summary
def apply [A](elems : A*) : Set[A]
The canonical factory for this type
def empty [A] : HashSet[A]
The empty set of this type.
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 empty[A] : HashSet[A]
The empty set of this type.

def apply[A](elems : A*) : Set[A]
The canonical factory for this type