in scala.collection.immutable
object HashSet

object HashSet
extends java.lang.Object
with scala.ScalaObject

Constructor Summary
def this

Def Summary
def apply [A, B] (elems: A*) : scala.collection.immutable.Set[A]
The canonical factory for this type
def empty [A] : scala.collection.immutable.HashSet[A]
The empty set of this type.
Constructor Detail
def this

Def Detail
def apply [A, B](elems: A*): scala.collection.immutable.Set[A]
The canonical factory for this type

def empty [A]: scala.collection.immutable.HashSet[A]
The empty set of this type.