Merge pull request #490 from iluwatar/DocumentUsages
#211 Document GoF usages from Java API
This commit is contained in:
@ -5,7 +5,7 @@ folder: iterator
|
||||
permalink: /patterns/iterator/
|
||||
pumlid: FSV13OGm30NHLg00uljsOu85HeaJsTzB-yjfBwCtgrfjUKXwMovWneV8-IcduiezGxmEWnXA7PsqvSDWfvk_l1qIUjes6H2teCxnWlGDOpW9wdzAUYypU_i1
|
||||
categories: Behavioral
|
||||
tags:
|
||||
tags:
|
||||
- Java
|
||||
- Difficulty-Beginner
|
||||
- Gang Of Four
|
||||
@ -30,6 +30,7 @@ Use the Iterator pattern
|
||||
## Real world examples
|
||||
|
||||
* [java.util.Iterator](http://docs.oracle.com/javase/8/docs/api/java/util/Iterator.html)
|
||||
* [java.util.Enumeration](http://docs.oracle.com/javase/8/docs/api/java/util/Enumeration.html)
|
||||
|
||||
## Credits
|
||||
|
||||
|
Reference in New Issue
Block a user