Iterator

From CDOT Wiki
Revision as of 08:14, 19 January 2007 by Awdelyea (talk | contribs)
Jump to: navigation, search

The Iterator Pattern is commonly used in Computer Science as a way to access lists of objects.

Description

Something here about Iterators

Examples