Returns a view collection of all key-value pairs contained in this multimap, as {@link Entry} instances. <p>Changes to the returned collection or the entries it contains will update the underlying multimap, and vice versa. However, <i>adding</i> to the returned collection is not possible.
()
| 325 | * multimap, and vice versa. However, <i>adding</i> to the returned collection is not possible. |
| 326 | */ |
| 327 | Collection<Entry<K, V>> entries(); |
| 328 | |
| 329 | /** |
| 330 | * Returns a view of this multimap as a {@code Map} from each distinct key to the nonempty |
no outgoing calls