premaseem/DesignPatternsJava9

 
 

Repository files navigation

Iterator Design Pattern enables to get a way to access the elements of a collection object in sequential manner without any need to know its underlying representation.

Diagram

Diagram

  • When there is a need to take the responsibility for access and traversal out of the aggregate / collection object and define a standard traversal protocol.
  • Iterator pattern is widely used in Java Collection Framework.

This repository contains working project code used in video Course by Packt Publication with title "Learn Design Patterns with Java " authored by "Aseem Jain".

https://www.packtpub.com/application-development/learn-design-patterns-java-9-video

https://premaseem.wordpress.com/category/computers/design-patterns/

https://www.facebook.com/DesignPatternGuru/

  • This code base will work on Java 9 and above versions.
  • diagrams folders carry UML diagrams.
  • pattern folder has code of primary example.
  • patternBonus folder has code of secondary or bonus example.

About

This repository has all 23 GOF design patterns coded in Java 9 with around 50+ working project code used for Video Course by Packt Publication with title "Learn Design Patterns with Java " authored by "Aseem Jain". The link of the course is

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages