|
Scala 2.2.0
|
abstract
trait
MultiMap
[A, B]
extends
java.lang.Object with
scala.collection.mutable.Map[A,scala.collection.mutable.Set[B]] with
scala.ScalaObjectA
to Set[B]
objects into multi maps which map A
to
B
objects.Def Summary | |
def
add
(key: A, value: B)
: scala.Unit
|
|
def
entryExists
(key: A, p: (B) => scala.Boolean)
: scala.Boolean
|
|
protected
|
def
makeSet
: scala.collection.mutable.Set[B]
|
def
remove
(key: A, value: B)
: scala.Unit
|
Def Detail |
def
add
(key: A, value: B): scala.Unit
def
entryExists
(key: A, p: (B) => scala.Boolean): scala.Boolean
protected
def
makeSet
: scala.collection.mutable.Set[B]
def
remove
(key: A, value: B): scala.Unit