🦦 chris_cadev notes

Search IconIcon to open search

Iterator pattern intent

Last updated July 27, 2022.


# Iterator pattern intent

Iterator is a behavioral design pattern that lets you traverse elements of a collection without exposing its underlying representation (list, stack, tree, etc.).

# References

# position

at start of Iterator pattern

# author

Refactoring.GURU.


Interactive Graph