diff --git a/.all-contributorsrc b/.all-contributorsrc index 6c2bbadbc..3e0200276 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1268,6 +1268,24 @@ "contributions": [ "code" ] + }, + { + "login": "OrangePants-R", + "name": "Rocky", + "avatar_url": "https://avatars0.githubusercontent.com/u/42976136?v=4", + "profile": "https://github.com/OrangePants-R", + "contributions": [ + "doc" + ] + }, + { + "login": "ibrahimAlii", + "name": "Ibrahim ali abdelghany", + "avatar_url": "https://avatars2.githubusercontent.com/u/21141301?v=4", + "profile": "https://ibrahimalii.github.io/", + "contributions": [ + "review" + ] } ], "contributorsPerLine": 4, diff --git a/README.md b/README.md index 4211060c5..46387b058 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [![Coverage](https://sonarcloud.io/api/project_badges/measure?project=iluwatar_java-design-patterns&metric=coverage)](https://sonarcloud.io/dashboard?id=iluwatar_java-design-patterns) [![Join the chat at https://gitter.im/iluwatar/java-design-patterns](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/iluwatar/java-design-patterns?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -[![All Contributors](https://img.shields.io/badge/all_contributors-104-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-141-orange.svg?style=flat-square)](#contributors-) # Introduction @@ -277,6 +277,10 @@ This project is licensed under the terms of the MIT license.
Akash Chandwani

👀
Pavlo Manannikov

💻
Eiman

💻 +
Rocky

📖 + + +
Ibrahim ali abdelghany

👀 diff --git a/iterator/README.md b/iterator/README.md index 71ad807cd..c0e166b69 100644 --- a/iterator/README.md +++ b/iterator/README.md @@ -140,6 +140,10 @@ Use the Iterator pattern * To support multiple traversals of aggregate objects. * 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 * [java.util.Iterator](http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html)