|
Scala Swing Library
|
|
scala/swing/Table/selection.scala]
protected abstract
class
SelectionSet[A](a : => scala.Seq[A])
extends scala.collection.mutable.Set[A]| Method Summary | |
abstract def
|
+= (n : A) : Unit |
abstract def
|
-= (n : A) : Unit |
def
|
contains (n : A) : Boolean |
def
|
elements : scala.Iterator[A] |
def
|
size : Int |
| Methods inherited from scala.Collection | |
| scala.Collection.toString |
| Methods inherited from scala.Function1 | |
| scala.Function1.compose, scala.Function1.andThen |
| Methods inherited from AnyRef | |
| getClass, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
|
Scala Swing Library
|
|