Showing posts with label Iterator Design Pattern. Show all posts
Showing posts with label Iterator Design Pattern. Show all posts

Iterator Design Pattern in Java

Iterator pattern is a behavioral object design pattern. Iterator pattern allows for the traversal through the elements in a grouping of objects via a standardized interface defines the actions or methods that can be...