guava-kotlin
0.1.0
0.1.0
0.0.1
guava-kotlin
/
ca.solostudios.guava.kotlin.collect
/
Multimap
/
containsKey
contains
Key
abstract
fun
containsKey
(
key
:
K
)
:
Boolean
(
source
)
Returns
true
if the multimap contains the specified
key
.
See also
Multimap.
contains
Key