emptyArray

abstract fun <T> emptyArray(clazz: Class<T>): Array<T>

创建指定类型的空数组.

Return

空数组

Parameters

T

数组元素类型

clazz

数据类型