mehboobali98 / Iterator-Design-Pattern

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Java 96.2%Language:HTML 3.8%