Skip to content
StackPractices

Tag: collection

Browse 1 practical software engineering resources tagged with "collection". Discover code recipes, design patterns, documentation templates, and in-depth guides to help you build, deploy, and maintain production-ready solutions involving collection.

Iterator Pattern

Provide a way to access elements of a collection sequentially without exposing its underlying representation. A behavioral design pattern for traversal.