|
Scala
1.4.0.3 |
|||
A
to Set[B]
objects into multi maps which map A
to
B
objects.
Method Summary | |
def add(key: A, value: B): Unit
|
|
def entryExists(key: A, p: (B) => Boolean): Boolean
|
|
protected
|
def makeSet: Set[B]
|
def remove(key: A, value: B): Unit
|
Methods inherited from java/lang/Object-class |
eq, finalize, getClass, ne, notify, notifyAll, synchronized, wait, wait, wait |
Methods inherited from scala/Any-class |
!=, ==, asInstanceOf, isInstanceOf, match |
Methods inherited from scala/Iterable-class |
/:, :\, concat, elements, exists, find, foldLeft, foldRight, forall, foreach, sameElements |
Methods inherited from scala/ScalaObject-class |
getScalaType |
Methods inherited from scala/collection/Map-class |
apply, contains, equals, exists, forall, foreach, get, isDefinedAt, isEmpty, keys, size, toList, values |
Methods inherited from scala/collection/mutable/Map-class |
++=, ++=, +=, --=, --=, -=, <<, MapTo, clear, clone, excl, filter, hashCode, incl, map, mappingToString, toString, update |
Method Detail |
protected def makeSet: Set[B]
def add(key: A, value: B): Unit
def remove(key: A, value: B): Unit
def entryExists(key: A, p: (B) => Boolean): Boolean
|
Scala
1.4.0.3 |
|||