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