Returns a view collection of all key-value pairs contained in this multimap, as Map.Entry instances. Changes to the returned collection or the entries it contains will update the underlying multimap, and vice versa. However, adding to the returned collection is not possible.
()
| 343 | * the returned collection is not possible. |
| 344 | */ |
| 345 | Collection<Map.Entry<K, V>> entries(); |
| 346 | |
| 347 | /** |
| 348 | * Returns a view of this multimap as a {@code Map} from each distinct key |
no outgoing calls
no test coverage detected