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.FlatHashTable[A]
with scala.ScalaObject

Constructor Summary
def this

Var inherited from scala.collection.mutable.FlatHashTable[A]
table , tableSize, threshold
Def Summary
def += (elem: A) : scala.Unit

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

override def clear : scala.Unit

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

def contains (elem: A) : scala.Boolean

Def inherited from scala.collection.mutable.Set[A]
+ , +, ++, ++, ++=, ++=, +=, +=, -, -, --, --, --=, --=, -=, -=, <<, clear, clone, excl, filter, incl, intersect, retain, super$clone, update
Def inherited from scala.collection.mutable.FlatHashTable[A]
addEntry , clear, containsEntry, elemHashCode, elements, findEntry, growTable, improve, index, initialSize, loadFactor, newThreshold, removeEntry, size
Constructor Detail
def this

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

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

override def clear : scala.Unit

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

def contains (elem: A): scala.Boolean