sdk
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk
sdk
/
com.m8test.script.core.api.collections
/
Iterables
/
toTypedArray
to
Typed
Array
abstract
fun
<
T
>
toTypedArray
(
collection
:
Collection
<
T
>
,
clazz
:
Class
<
T
>
)
:
Array
<
T
>
转换
Collection
为指定类型的
Array
.
Return
转换后的
Array
Parameters
T
数组类型
collection
需要转换的
Collection
clazz
数组元素类型