diff --git a/docs/notes/设计模式 - 迭代器.md b/docs/notes/设计模式 - 迭代器.md index c4beb94d..a062968e 100644 --- a/docs/notes/设计模式 - 迭代器.md +++ b/docs/notes/设计模式 - 迭代器.md @@ -10,7 +10,7 @@ - Iterator 主要定义了 hasNext() 和 next() 方法; - Client 组合了 Aggregate,为了迭代遍历 Aggregate,也需要组合 Iterator。 -
image-20191130164425351

+
image-20191130164425351

### Implementation diff --git a/notes/pics/image-20201102012333804.png b/notes/pics/image-20201102012333804.png new file mode 100644 index 00000000..46f37ddb Binary files /dev/null and b/notes/pics/image-20201102012333804.png differ diff --git a/notes/设计模式 - 迭代器.md b/notes/设计模式 - 迭代器.md index c4beb94d..a062968e 100644 --- a/notes/设计模式 - 迭代器.md +++ b/notes/设计模式 - 迭代器.md @@ -10,7 +10,7 @@ - Iterator 主要定义了 hasNext() 和 next() 方法; - Client 组合了 Aggregate,为了迭代遍历 Aggregate,也需要组合 Iterator。 -
image-20191130164425351

+
image-20191130164425351

### Implementation