You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,14 @@
1
1
# What is Interpreter Design Pattern
2
-
Interpreter pattern provides a way to evaluate language grammar or expression.
2
+
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.
Specialized computer languages that are often used to describe communication protocols.
12
-
Voice command based apps
10
+
* 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.
11
+
* Iterator pattern is widely used in Java Collection Framework.
13
12
14
13
### Learn Design Patterns with Java by Aseem Jain
15
14
This repository contains working project code used in video Course by Packt Publication with title "Learn Design Patterns with Java " authored by "Aseem Jain".
0 commit comments