sdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk
sdk
/
com.m8test.script.core.api.wrapper
/
MapWrapper
/
containsValue
contains
Value
abstract
fun
containsValue
(
value
:
V
)
:
Boolean
如果此 MapWrapper 包含指定的值,则返回 true。
Return
如果此 MapWrapper 包含指定的值,则返回 true。
Parameters
value
要检查的值。