iterator pattern

A behavioural design pattern that uses an iterator to traverse a container and access the container's elements, thus decoupling algorithms from containers.

Noun

  1. A behavioural design pattern that uses an iterator to traverse a container and access the container's elements, thus decoupling algorithms from containers.

Forms

iterator patterns