Difference between revisions of "Iterator Pattern"
From Logic Wiki
(Created page with "Category:Extreme Programming Category:Design Patterns Category:OOP == Video == [https://www.youtube.com/watch?v=uNTNEfwYXhI https://www.youtube.com/watch?v=uNTNEf...") |
|||
| Line 8: | Line 8: | ||
== Definition == | == Definition == | ||
This pattern is used to get a way to access the elements of a collection object in sequential manner without any need to know its underlying representation. | This pattern is used to get a way to access the elements of a collection object in sequential manner without any need to know its underlying representation. | ||
| + | |||
| + | [[File:Iterator.png]] | ||
Revision as of 16:46, 7 February 2019
Video
https://www.youtube.com/watch?v=uNTNEfwYXhI
Definition
This pattern is used to get a way to access the elements of a collection object in sequential manner without any need to know its underlying representation.