Adds the given value to the List for the given key. @param key The key indicating which List the given object should be added to. @param value The value to be added to the List for the given key.
(K key, V value)
| 52 | * The value to be added to the List for the given key. |
| 53 | */ |
| 54 | public void addToListFor(K key, V value); |
| 55 | |
| 56 | /** |
| 57 | * Adds all of the Objects in the given list to the (internal) List for the |
no outgoing calls