auto commit
This commit is contained in:
parent
5036a0d0d3
commit
f44749953e
|
@ -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 中的元素。
|
||||||
|
|
||||||
|
|
BIN
docs/notes/pics/91aa7c29-438f-4fcc-8c63-2a75899139de.png
Normal file
BIN
docs/notes/pics/91aa7c29-438f-4fcc-8c63-2a75899139de.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 59 KiB |
BIN
docs/pics/91aa7c29-438f-4fcc-8c63-2a75899139de.png
Normal file
BIN
docs/pics/91aa7c29-438f-4fcc-8c63-2a75899139de.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 59 KiB |
Loading…
Reference in New Issue
Block a user