Open main menu
CDOT Wiki
β
Search
Changes
← Older edit
Newer edit →
Iterator
54 bytes removed
,
22:19, 20 January 2007
no edit summary
=== UML ===
Here is a UML Diagram of the Iterator Pattern.
[[Image:Iterator.gif]]
== Code Samples ==
The following are samples of code from C#, Java, Python, and PERL, displaying how they
implement
use
iterators.
=== C# ===
Awdelyea
1
edit