Open main menu

CDOT Wiki β

Iterator

Revision as of 08:14, 19 January 2007 by Awdelyea (talk | contribs)

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

Description

Something here about Iterators

Examples