auto commit

This commit is contained in:
CyC2018 2019-02-23 13:27:02 +08:00
parent 5036a0d0d3
commit f44749953e
3 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@
## 迭代器模式 ## 迭代器模式
<div align="center"> <img src="pics/5_200.png"/> </div><br> <div align="center"> <img src="pics/91aa7c29-438f-4fcc-8c63-2a75899139de.png"/> </div><br>
Collection 继承了 Iterable 接口,其中的 iterator() 方法能够产生一个 Iterator 对象,通过这个对象就可以迭代遍历 Collection 中的元素。 Collection 继承了 Iterable 接口,其中的 iterator() 方法能够产生一个 Iterator 对象,通过这个对象就可以迭代遍历 Collection 中的元素。

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB