Main Page
|
See live article
Iterator pattern
In
computer programming
, the
iterator pattern
is one of
design pattern
.
The Java standard library provides an "
Iterator interface
" to do this job.
C++'s
STL
provides some iteration methods for containers and algorithm functions.
See also:
Iterator