Open main menu

CDOT Wiki β

Changes

Iterator

54 bytes removed, 23: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# ===
1
edit