|
Scala 2.4.0-final
|
class
Set2
[A]
extends
java.lang.Object
with
scala.collection.immutable.Set[A]
with
scala.ScalaObject
Constructor Summary | |
def
this
(elem1: A, elem2: A)
|
Def Summary | |
def
+
(elem: A)
: scala.collection.immutable.Set[A]
|
|
def
-
(elem: A)
: scala.collection.immutable.Set[A]
|
|
def
contains
(elem: A)
: scala.Boolean
|
|
def
elements
: scala.Iterator[A]
|
|
def
empty
[C]
: scala.collection.immutable.Set[C]
|
|
def
size
: scala.Int
|
Def inherited from scala.collection.immutable.Set[A] | |
** , +, +, ++, ++, -, -, --, --, empty, excl, excl, filter, flatMap, incl, incl, intersect, map |
Constructor Detail |
Def Detail |
def
+
(elem: A): scala.collection.immutable.Set[A]
def
-
(elem: A): scala.collection.immutable.Set[A]
def
contains
(elem: A): scala.Boolean
def
elements
: scala.Iterator[A]
def
empty
[C]: scala.collection.immutable.Set[C]
def
size
: scala.Int