Related resources for What is Iterator Design pattern
  • What is Iterator Design Pattern?5/15/2012 2:15:35 PM. The Iterator pattern provides a way of accessing elements of a collection sequentially, without knowing how the collection is structured. As an extension, the pattern allows for filtering elements in a variety of ways as they are generated.