Performs the given action for key-(value-set) pairs contained in this multimap.
(@Nonnull BiConsumer<K, Set<V>> action)
| 163 | * Performs the given action for key-(value-set) pairs contained in this multimap. |
| 164 | */ |
| 165 | void forEachSet(@Nonnull BiConsumer<K, Set<V>> action); |
| 166 | |
| 167 | /** |
| 168 | * Removes all key-value pairs from the multimap, leaving it empty. |
no outgoing calls