Returns a view collection of all <i>distinct</i> keys contained in this multimap. Note that the key set contains a key if and only if this multimap maps that key to at least one value. <p>Changes to the returned set will update the underlying multimap, and vice versa. However, <i>adding</i> to the
()
| 297 | * <i>adding</i> to the returned set is not possible. |
| 298 | */ |
| 299 | Set<K> keySet(); |
| 300 | |
| 301 | /** |
| 302 | * Returns a view collection containing the key from each key-value pair in this multimap, |
no outgoing calls