kotlin-stdlib
Common
JS
kotlin-stdlib
/
kotlin.collections
/
LinkedHashMap
/
containsValue
contains
Value
Common
JS
expect
open
override
fun
containsValue
(
value
:
V
)
:
Boolean
(
source
)
actual
open
override
fun
containsValue
(
value
:
V
)
:
Boolean
Returns
true
if the map maps one or more keys to the specified
value
.