public class MultiMap<A,B> extends Object implements Iterable<Map.Entry<A,B>>
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Map.Entry<A,B> e) |
Set<B> |
get(A a) |
boolean |
isEmpty() |
Iterator<Map.Entry<A,B>> |
iterator() |
void |
put(A a,
B b) |
void |
putAll(MultiMap<A,B> otherMap) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorCopyright © 2018. All rights reserved.