gpt4 book ai didi

objective-c - NSMutableArray removeObjectAtIndex

转载 作者:太空狗 更新时间:2023-10-30 03:49:42 25 4
gpt4 key购买 nike

如果我有一个包含 10 个对象的 NSMutableArray

我运行这行代码

[tempArray removeObjectAtIndex:0];

然后

[tempArray count] 应该返回 9

但整个数组是否向上移动

索引 1 处的对象移动到索引 0
索引 2 处的对象移动到索引 1
...
索引 9 处的对象移动到索引 8

或者索引 0 = nil?

最佳答案

来自NSMutableArray documentation :

To fill the gap, all elements beyond index are moved by subtracting 1 from their index.

关于objective-c - NSMutableArray removeObjectAtIndex,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5875116/

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