Difference between revisions of "Iterator"

From CDOT Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 
The Iterator Pattern is commonly used in Computer Science as a way to access lists of objects.
 
The Iterator Pattern is commonly used in Computer Science as a way to access lists of objects.
 
+
__TOC__
 
== Description ==
 
== Description ==
 
Something here about Iterators
 
Something here about Iterators
  
 
== Examples ==
 
== Examples ==

Revision as of 08:14, 19 January 2007

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

Description

Something here about Iterators

Examples