Java Iterator - W3Schools
www.w3schools.com › java › java_iteratorJava Iterator. An Iterator is an object that can be used to loop through collections, like ArrayList and HashSet. It is called an "iterator" because "iterating" is the technical term for looping. To use an Iterator, you must import it from the java.util package.
Java Iterator Interface - Javatpoint
https://www.javatpoint.com/java-iteratorIterator in Java. In Java, an Iterator is one of the Java cursors.Java Iterator is an interface that is practiced in order to iterate over a collection of Java object components entirety one by one. It is free to use in the Java programming language since the Java 1.2 Collection framework. It belongs to java.util package.