There are 0 repository under iterator-pattern-java topic.
Assignment of design pattern course.
Implementing the iterator pattern in Java
Projeto desenvolvido para exemplificar a implementação do Design Pattern Iterator em Java.
Iterator pattern is used to get a way to access the elements of a collection object in a sequential manner without any need to know its underlying representation.