Iterator pattern intent
# 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