|
Scala 2
|
class
MultiMap
[ A , B ]
extends
java.lang.Object with
Map with
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 : Function1 )
: scala.Boolean
|
|
protected
|
def
makeSet
: Set
|
def
remove
( key : A , value : B )
: scala.Unit
|
Def Detail |
def
add
( key : A , value : B ) : scala.Unit
def
entryExists
( key : A , p : Function1 ) : scala.Boolean
def
makeSet
: Set
def
remove
( key : A , value : B ) : scala.Unit