-
Creates an iterator to loop through.
创建了一个用于循环的迭代器。
-
Create an iterator to go through the DDO.
创建迭代器以遍历ddo。
-
Add this code to the end of the iterator loop
将下列代码添加到迭代器循环的底部
-
Create an iterator to iterate through the collection.
创建一个迭代器,以便通过集合进行迭代。
-
Figure 3 shows a class diagram of the iterator pattern.
图3显示了迭代器模式的类图。
迭代器(iterator)有时又称游标(cursor)是程序设计的软件设计模式,可在容器(container,例如链表或阵列)上遍访的接口,设计人员无需关心容器的内容。