There is a new edition of the book and this is an old link.
The iterator pattern allows you to perform some task on a sequence of items in turn. An iterator is responsible for the logic of iterating over each item and determining when the sequence has finished.
Here are the relevant sections in the new and old books: