set

abstract fun set(index: Int, value: T)

设置指定索引处的值。

Parameters

index

要设置值的索引

value

要设置的值