|
Scala 2.4.0-RC2
|
object
Set
extends
java.lang.Object
with
scala.ScalaObject
scala.collection.Set
as well as for +=
,
-= and clear
.
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.Set[A]
The empty map of this type; this is implemented as a hashtable |
Constructor Detail |
Def Detail |
def
apply
[A](elems: A*): scala.collection.mutable.Set[A]
def
empty
[A]: scala.collection.mutable.Set[A]