Iterator 接口提供遍历任何 Collection 的接口。我们可以从一个Colleetion 中使用迭代器方法来获取迭代器实例。迭代器取代了 Java 集合框架中的 Enumeration,迭代器允许调用者在迭代过程中移除元素。 因为所有Collection 接口都继承了 Iterator 迭代器 public interface Collection extends Iterable{ //Query Operations Was this helpful? YesNo 0 / 0 上一篇: Java中Collection和Collections有什么区别? 下一篇: Java中如何查看JVM 当前使用的是什么垃圾收集器? 发表回复 取消回复0 Your email address will not be published. 在此浏览器中保存我的显示名称、邮箱地址和网站地址,以便下次评论时使用。