Returns a view collection of all distinct 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. Changes to the returned set will update the underlying multimap, and vice versa. However, adding to the
()
| 310 | * vice versa. However, <i>adding</i> to the returned set is not possible. |
| 311 | */ |
| 312 | Set<K> keySet(); |
| 313 | |
| 314 | /** |
| 315 | * Returns a view collection containing the key from each key-value pair in |
no outgoing calls
no test coverage detected