Stores a key-value pair in this multimap. @return true if the multimap changed.
(@Nonnull K key, @Nonnull V value)
| 91 | * @return {@code true} if the multimap changed. |
| 92 | */ |
| 93 | boolean put(@Nonnull K key, @Nonnull V value); |
| 94 | |
| 95 | /** |
| 96 | * Stores a key-value pair in this multimap for each of {@code values}, |
no outgoing calls