Skip to content

Commit 76eefa8

Browse files
authored
Merge branch 'master' into master
2 parents 7931471 + c282ab8 commit 76eefa8

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

β€Ž.all-contributorsrc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1268,6 +1268,24 @@
12681268
"contributions": [
12691269
"code"
12701270
]
1271+
},
1272+
{
1273+
"login": "OrangePants-R",
1274+
"name": "Rocky",
1275+
"avatar_url": "https://avatars0.githubusercontent.com/u/42976136?v=4",
1276+
"profile": "https://github.com/OrangePants-R",
1277+
"contributions": [
1278+
"doc"
1279+
]
1280+
},
1281+
{
1282+
"login": "ibrahimAlii",
1283+
"name": "Ibrahim ali abdelghany",
1284+
"avatar_url": "https://avatars2.githubusercontent.com/u/21141301?v=4",
1285+
"profile": "https://ibrahimalii.github.io/",
1286+
"contributions": [
1287+
"review"
1288+
]
12711289
}
12721290
],
12731291
"contributorsPerLine": 4,

β€ŽREADME.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=iluwatar_java-design-patterns&metric=coverage)](https://sonarcloud.io/dashboard?id=iluwatar_java-design-patterns)
1111
[![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)
1212
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
13-
[![All Contributors](https://img.shields.io/badge/all_contributors-104-orange.svg?style=flat-square)](#contributors-)
13+
[![All Contributors](https://img.shields.io/badge/all_contributors-141-orange.svg?style=flat-square)](#contributors-)
1414
<!-- ALL-CONTRIBUTORS-BADGE:END -->
1515

1616
# Introduction
@@ -277,6 +277,10 @@ This project is licensed under the terms of the MIT license.
277277
<td align="center"><a href="https://github.com/akashchandwani"><img src="https://avatars2.githubusercontent.com/u/3483277?v=4" width="100px;" alt=""/><br /><sub><b>Akash Chandwani</b></sub></a><br /><a href="https://github.com/iluwatar/java-design-patterns/pulls?q=is%3Apr+reviewed-by%3Aakashchandwani" title="Reviewed Pull Requests">πŸ‘€</a></td>
278278
<td align="center"><a href="http://www.linkedin.com/in/manannikov"><img src="https://avatars2.githubusercontent.com/u/7019769?v=4" width="100px;" alt=""/><br /><sub><b>Pavlo Manannikov</b></sub></a><br /><a href="https://github.com/iluwatar/java-design-patterns/commits?author=manannikov" title="Code">πŸ’»</a></td>
279279
<td align="center"><a href="https://github.com/eimanip"><img src="https://avatars0.githubusercontent.com/u/20307301?v=4" width="100px;" alt=""/><br /><sub><b>Eiman</b></sub></a><br /><a href="https://github.com/iluwatar/java-design-patterns/commits?author=eimanip" title="Code">πŸ’»</a></td>
280+
<td align="center"><a href="https://github.com/OrangePants-R"><img src="https://avatars0.githubusercontent.com/u/42976136?v=4" width="100px;" alt=""/><br /><sub><b>Rocky</b></sub></a><br /><a href="https://github.com/iluwatar/java-design-patterns/commits?author=OrangePants-R" title="Documentation">πŸ“–</a></td>
281+
</tr>
282+
<tr>
283+
<td align="center"><a href="https://ibrahimalii.github.io/"><img src="https://avatars2.githubusercontent.com/u/21141301?v=4" width="100px;" alt=""/><br /><sub><b>Ibrahim ali abdelghany</b></sub></a><br /><a href="https://github.com/iluwatar/java-design-patterns/pulls?q=is%3Apr+reviewed-by%3AibrahimAlii" title="Reviewed Pull Requests">πŸ‘€</a></td>
280284
</tr>
281285
</table>
282286

β€Ž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)