| 
 | 
          Scala 1.3.0.7 | |||
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, notify, notifyAll, synchronized, wait, wait, wait | 
| Methods inherited from scala/Any-class | 
| !=, ==, asInstanceOf, isInstanceOf, match | 
| Methods inherited from scala/Iterable-class | 
| /:, :\, elements, exists, find, foldLeft, foldRight, forall, foreach, sameElements | 
| Methods inherited from scala/ScalaObject-class | 
| getType | 
| 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 | 
| ++=, ++=, +=, --=, --=, -=, <<, 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.3.0.7 | |||