File tree 3 files changed +27
-1
lines changed
3 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 1268
1268
"contributions" : [
1269
1269
" code"
1270
1270
]
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
+ ]
1271
1289
}
1272
1290
],
1273
1291
"contributorsPerLine" : 4 ,
Original file line number Diff line number Diff line change 10
10
[ ![ Coverage] ( https://sonarcloud.io/api/project_badges/measure?project=iluwatar_java-design-patterns&metric=coverage )] ( https://sonarcloud.io/dashboard?id=iluwatar_java-design-patterns )
11
11
[ ![ 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 )
12
12
<!-- 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- )
14
14
<!-- ALL-CONTRIBUTORS-BADGE:END -->
15
15
16
16
# Introduction
@@ -277,6 +277,10 @@ This project is licensed under the terms of the MIT license.
277
277
<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>
278
278
<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>
279
279
<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>
280
284
</tr >
281
285
</table >
282
286
Original file line number Diff line number Diff line change @@ -140,6 +140,10 @@ Use the Iterator pattern
140
140
* To support multiple traversals of aggregate objects.
141
141
* To provide a uniform interface for traversing different aggregate structures.
142
142
143
+ ## Tutorials
144
+
145
+ * [ How to Use Iterator?] ( http://www.tutorialspoint.com/java/java_using_iterator.htm )
146
+
143
147
## Real world examples
144
148
145
149
* [ java.util.Iterator] ( http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html )
You canβt perform that action at this time.
0 commit comments