sdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk
sdk
/
com.m8test.script.core.api.wrapper
/
MapWrapper
/
toList
to
List
abstract
fun
toList
(
)
:
ListWrapper
<
Pair
<
K
,
V
>
>
将此 MapWrapper 转换为 ListWrapper,其中每个元素都是一个 Pair,表示 Map 中的一个键值对。
Return
包含所有键值对的 ListWrapper。