Merge pull request #1576 from OrangePants-R/master
issue 525: attach tutorialspoint link to iterator pattern
This commit is contained in:
commit
996bd937fb
@ -140,6 +140,10 @@ Use the Iterator pattern
|
|||||||
* To support multiple traversals of aggregate objects.
|
* To support multiple traversals of aggregate objects.
|
||||||
* To provide a uniform interface for traversing different aggregate structures.
|
* To provide a uniform interface for traversing different aggregate structures.
|
||||||
|
|
||||||
|
## Tutorials
|
||||||
|
|
||||||
|
* [How to Use Iterator?](http://www.tutorialspoint.com/java/java_using_iterator.htm)
|
||||||
|
|
||||||
## Real world examples
|
## Real world examples
|
||||||
|
|
||||||
* [java.util.Iterator](http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html)
|
* [java.util.Iterator](http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user