ITERATOR

Iterator

In object-oriented computer programming, an iterator is an object that enables a programmer to traverse a container, particularly lists. Various types of iterators are often provided via a container's interface. Though the interface and semantics of a given iterator are fixed, iterators are often implemented in terms of the structures underlying a container implementation and are often tightly coupled to the container to enable the operational semantics of the iterator. Note that an iterator performs traversal and also gives access to data elements in a container, but does not perform iteration . An iterator is behaviorally similar to a database cursor. Iterators ...

The above text is a snippet from Wikipedia: Iterator
and as such is available under the Creative Commons Attribution/Share-Alike License.

iterator

Noun

  1. One which iterates.
  2. A method capable of performing the same action on every item in a collection.


The above text is a snippet from Wiktionary: iterator
and as such is available under the Creative Commons Attribution/Share-Alike License.

Need help with a clue?
Try your search in the crossword dictionary!