@return true if this multimap contains at least one key-value pair with the key key.
(K key)
| 70 | * with the key {@code key}. |
| 71 | */ |
| 72 | boolean containsKey(K key); |
| 73 | |
| 74 | /** |
| 75 | * @return {@code true} if this multimap contains at least one key-value pair |
no outgoing calls