@return an unmodifiable view of all key-value pairs contained in this multimap, as Map.Entry instances.
()
| 149 | * contained in this multimap, as {@link Map.Entry} instances. |
| 150 | */ |
| 151 | Set<Map.Entry<K, V>> entrySet(); |
| 152 | |
| 153 | /** |
| 154 | * Performs the given action for all key-value pairs contained in this multimap. |
no outgoing calls