gpt4 book ai didi

Java:为什么 Collection.addAll 不能接受 Iterables?

转载 作者:IT老高 更新时间:2023-10-28 20:46:15 26 4
gpt4 key购买 nike

我想知道为什么 Collection.addAll() 方法只接受其他 Collection 而不是 Iterable。这是为什么呢?

对于 Iterables 有什么类似的方法吗?

最佳答案

大概是因为 Collection 接口(interface)是在 Java 1.2 中引入的,而 Iterable 只出现在 1.5 中,更改接口(interface)会破坏所有现有实现。

关于Java:为什么 Collection.addAll 不能接受 Iterables?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3832054/

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