gpt4 book ai didi

java - 如何在 Kotlin 中将 intArray 转换为 ArrayList

转载 作者:IT老高 更新时间:2023-10-28 13:30:26 27 4
gpt4 key购买 nike

来自

val array = intArrayOf(5, 3, 0, 2, 4, 1, 0, 5, 2, 3, 1, 4)

我需要转换为 ArrayList<Int>

我试过array.toTypedArray()

但它转换为 Array<Int>而是

最佳答案

您可以使用 toCollection函数并将 ArrayList 指定为要填充的可变集合:

val arrayList = intArrayOf(1, 2, 5).toCollection(ArrayList())

关于java - 如何在 Kotlin 中将 intArray 转换为 ArrayList<Int>?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40036160/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com