📜  interator maning - 任何代码示例

📅  最后修改于: 2022-03-11 15:00:16.878000             🧑  作者: Mango

代码示例1
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.