Iterator Design Pattern
Channel:
Subscribers:
1,330,000
Published on ● Video Link: https://www.youtube.com/watch?v=VKIzUuMdmag
Get the Code: http://goo.gl/yODM3
Welcome to my Iterator Design Pattern Tutorial! The iterator design pattern allows you to access objects that are stored in many different collection types.
You do this by creating a common interface that these classes share. Then you have them provide you with an iterator that allows you to traverse the objects they contain.
Because they all share a common interface you can treat them polymorphically and eliminate a lot of duplicate code.
Other Videos By Derek Banas
2012-10-29 | Mediator Design Pattern |
2012-10-26 | Make Java Executable |
2012-10-25 | Interpreter Design Pattern |
2012-10-22 | Mac Game Controller |
2012-10-20 | Chain of Responsibility Design Pattern |
2012-10-19 | Proxy Design Pattern Tutorial |
2012-10-16 | State Design Pattern |
2012-10-14 | Easy Veggie Burger Recipe |
2012-10-12 | Flyweight Design Pattern |
2012-10-10 | Composite Design Pattern |
2012-10-08 | Iterator Design Pattern |
2012-10-04 | Template Method Design Pattern |
2012-10-02 | Healthy Sausage |
2012-10-01 | Bridge Design Pattern |
2012-09-29 | Facade Design Pattern |
2012-09-28 | Adapter Design Pattern |
2012-09-25 | Delicious Healthy Sandwich |
2012-09-24 | Command Design Pattern |
2012-09-21 | Decorator Design Pattern |
2012-09-17 | Java Reflection Tutorial |
2012-09-15 | Prototype Design Pattern Tutorial |
Tags:
Iterator Design Pattern
Iterator
Design Patterns Tutorial
Design Pattern