Skip to content

Commit 716cdfb

Browse files
committed
auto commit
1 parent b403fbc commit 716cdfb

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

docs/notes/设计模式 - 迭代器.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- Iterator 主要定义了 hasNext() 和 next() 方法;
1111
- Client 组合了 Aggregate,为了迭代遍历 Aggregate,也需要组合 Iterator。
1212

13-
<div align="center"> <img src="https://cs-notes-1256109796.cos.ap-guangzhou.myqcloud.com/image-20191130164425351.png" alt="image-20191130164425351" style="zoom: 67%;" /> </div><br>
13+
<div align="center"> <img src="https://cs-notes-1256109796.cos.ap-guangzhou.myqcloud.com/image-20201102012333804.png" alt="image-20191130164425351" style="zoom: 67%;" /> </div><br>
1414

1515
### Implementation
1616

61.5 KB
Loading

notes/设计模式 - 迭代器.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- Iterator 主要定义了 hasNext() 和 next() 方法;
1111
- Client 组合了 Aggregate,为了迭代遍历 Aggregate,也需要组合 Iterator。
1212

13-
<div align="center"> <img src="https://cs-notes-1256109796.cos.ap-guangzhou.myqcloud.com/image-20191130164425351.png" alt="image-20191130164425351" style="zoom: 67%;" /> </div><br>
13+
<div align="center"> <img src="https://cs-notes-1256109796.cos.ap-guangzhou.myqcloud.com/image-20201102012333804.png" alt="image-20191130164425351" style="zoom: 67%;" /> </div><br>
1414

1515
### Implementation
1616

0 commit comments

Comments
 (0)