Stores a key-value pair in this multimap for each of values, all using the same key, key.=
(@Nonnull K key, @Nonnull Collection<? extends V> values)
| 97 | * all using the same key, {@code key}.= |
| 98 | */ |
| 99 | boolean putAll(@Nonnull K key, @Nonnull Collection<? extends V> values); |
| 100 | |
| 101 | /** |
| 102 | * Stores all key-value pairs of {@code multimap} in this multimap. |
no outgoing calls