Iterator 接口提供遍历任何 Collection 的接口。我们可以从一个Colleetion 中使用迭代器方法来获取迭代器实例。迭代器取代了 Java 集合框架中的 Enumeration,迭代器允许调用者在迭代过程中移除元素。
因为所有Collection 接口都继承了 Iterator 迭代器
public interface Collection extends Iterable{
//Query Operations

Was this helpful?

0 / 0

发表回复 0

Your email address will not be published.