This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| design_pattern:iterator_pattern [2017/10/27 08:48] – [Iterator Pattern] ledyx | design_pattern:iterator_pattern [2021/02/07 03:26] (current) – [Iterator Pattern] ledyx | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| 집합체의 요소들을 동일한 방법으로, | 집합체의 요소들을 동일한 방법으로, | ||
| - | {{tag> | + | {{tag> |
| = 반복자(Iterator) API = | = 반복자(Iterator) API = | ||
| Line 78: | Line 78: | ||
| </ | </ | ||
| - | = 실행 | + | = Client |
| <sxh java> | <sxh java> | ||
| public class Main { | public class Main { | ||