in scala.collection.mutable
class HashSet

[scala.serializable]

class HashSet [A]
extends java.lang.Object
with scala.collection.mutable.Set[A]
with scala.collection.mutable.HashTable[A]
with scala.ScalaObject
This class implements mutable sets using a hashtable.
Author:
Matthias Zenger
Version:
1.0, 08/07/2003

Constructor Summary
def this



Type Summary
protected type Entry



Def Summary
def += (elem: A) : scala.Unit

def -= (elem: A) : scala.Unit

def clear : scala.Unit

override def clone : scala.collection.mutable.Set[A]

def contains (elem: A) : scala.Boolean

def elements : scala.Iterator[A]

protected def entryKey (e: A) : A



Constructor Detail
def this

Type Detail
protected type Entry

Def Detail
def += (elem: A): scala.Unit

def -= (elem: A): scala.Unit

def clear : scala.Unit

override def clone : scala.collection.mutable.Set[A]

def contains (elem: A): scala.Boolean

def elements : scala.Iterator[A]

protected def entryKey (e: A): A