gpt4 book ai didi

kotlin - Kotlin 中 MutableList 和 List 的区别

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

  1. Kotlin 中的 MutableListList 有什么区别?
  2. 每种类型的用途是什么?

最佳答案

来自文档:

List :元素的通用有序集合。该接口(interface)中的方法只支持对列表的只读访问;通过 MutableList 接口(interface)支持读/写访问。

MutableList :支持添加和删除元素的通用有序元素集合。

您可以修改 MutableList:更改、删除、添加......它的元素。在列表中您只能阅读它们。

关于kotlin - Kotlin 中 MutableList 和 List 的区别,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46445909/

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