Skip to content

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.

Notifications You must be signed in to change notification settings

mehboobali98/Iterator-Design-Pattern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Iterator Design Pattern

The repository contains an implementation of the Iterator Design Pattern.

Directory Structure

📦Iterator-Design-Pattern
 ┣ 📂src
 ┃ ┗ 📂IteratorPattern
 ┃ ┃ ┣ 📜Main.java
 ┃ ┃ ┣ 📜Notification.java
 ┃ ┃ ┣ 📜NotificationBar.java
 ┃ ┃ ┣ 📜notificationCollection.java
 ┃ ┃ ┗ 📜notificationIterator.java
 ┣ 📜.gitignore
 ┣ 📜IteratorPattern.iml
 ┗ 📜README.md

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published