@return an unmodifiable view 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.
()
| 136 | * this multimap maps that key to at least one value. |
| 137 | */ |
| 138 | Set<K> keySet(); |
| 139 | |
| 140 | /** |
| 141 | * @return an unmodifiable view collection containing the <i>value</i> |
no outgoing calls