in scala.collection.mutable
object HashSet

object HashSet
extends java.lang.Object
with scala.ScalaObject
This class implements mutable sets using a hashtable.
Author:
Matthias Zenger
Author:
Martin Odersky
Version:
2.0, 31/12/2006

Constructor Summary
def this

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

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

def empty [A]: scala.collection.mutable.HashSet[A]
The empty map of this type