diff --git a/docs/notes/Java 容器.md b/docs/notes/Java 容器.md index 424fc459..60c37d56 100644 --- a/docs/notes/Java 容器.md +++ b/docs/notes/Java 容器.md @@ -67,7 +67,7 @@ ## 迭代器模式 -

+

Collection 继承了 Iterable 接口,其中的 iterator() 方法能够产生一个 Iterator 对象,通过这个对象就可以迭代遍历 Collection 中的元素。 diff --git a/docs/notes/pics/5_200.png b/docs/notes/pics/5_200.png new file mode 100644 index 00000000..dd90699b Binary files /dev/null and b/docs/notes/pics/5_200.png differ diff --git a/docs/pics/5_200.png b/docs/pics/5_200.png new file mode 100644 index 00000000..dd90699b Binary files /dev/null and b/docs/pics/5_200.png differ