gpt4 book ai didi

list - 在 Kotlin 中对 MutableList 中的数据进行排序

转载 作者:IT老高 更新时间:2023-10-28 13:43:31 25 4
gpt4 key购买 nike

我是 Kotlin 的新手,需要询问一些关于订购 MutableList<MyObject> 的问题.据我了解,我可以做 myMutableList.sortBy {it.int}myMutableList.sortByDescending {it.int}两个IntString .但返回始终是 Unit而不是 MutableList .

我哪里出错了,我该如何继续?

最佳答案

Mutable 意味着可变,因此 sortBy 不是返回一个新列表,而是在当前列表中“就地”改变了项目的顺序。

尝试在 sortBy 之后查看 myMutableList 中项目的顺序,您会看到它们现在处于请求的顺序中。

关于list - 在 Kotlin 中对 MutableList 中的数据进行排序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46868903/

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