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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
-
# What is Interpreter Design Pattern
1
+
# What is Iterator Design Pattern
2
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.
* 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
11
* Iterator pattern is widely used in Java Collection Framework.
0 commit comments