|
|
Scala 2.3.3
|
abstract
trait
ObservableSet
[A, This <: scala.collection.mutable.ObservableSet[A, This]]
extends java.lang.Object
with scala.collection.mutable.Set[A]
with scala.collection.mutable.Publisher[scala.collection.mutable.Message[A] with scala.collection.mutable.Undoable, This]
with scala.ScalaObject
Set class into which this abstract
class is mixed in. Class ObservableSet publishes
events of the type Message.| Val inherited from scala.collection.mutable.Publisher[scala.collection.mutable.Message[A] with scala.collection.mutable.Undoable, This] | |
| filters , suspended |
| Def Summary | |
def
+=
(elem: A)
: scala.Unit
|
|
def
-=
(elem: A)
: scala.Unit
|
|
def
clear
: scala.Unit
|
|
| Def inherited from scala.collection.mutable.Set[A] | |
| + , +, ++, ++, ++=, ++=, +=, +=, -, -, --, --, --=, --=, -=, -=, <<, clear, clone, excl, filter, incl, intersect, retain, super$clone, update |
| Def Detail |