Changes

Jump to: navigation, search

Iterator

14 bytes added, 01:10, 21 January 2007
no edit summary
__TOC__
== Description Introduction to Iterators ==
An iterator may be though of as a kind of pointer that has two basic operations, referencing one particular element in a collection, and pointing to the next element in the collection (current, and current.next). Depending on the language the iterator is implemented in, other functionality may be added to the iterator object, such as remove and update and so on.
1
edit

Navigation menu