Skip to content

Commit 26b5364

Browse files
author
rrhodes
committed
issue 525: attach tutorialspoint link to iterator pattern
1 parent 1f4a412 commit 26b5364

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

iterator/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,10 @@ Use the Iterator pattern
140140
* To support multiple traversals of aggregate objects.
141141
* To provide a uniform interface for traversing different aggregate structures.
142142

143+
## Tutorials
144+
145+
* [How to Use Iterator?](http://www.tutorialspoint.com/java/java_using_iterator.htm)
146+
143147
## Real world examples
144148

145149
* [java.util.Iterator](http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html)

0 commit comments

Comments
 (0)