Skip to content

Commit e423b1e

Browse files
authored
Create 迭代器模式.md
1 parent f3422c7 commit e423b1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Java相关/迭代器模式.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
迭代器模式(Iterator Pattern)是编程环境非常常用的设计模式。这种模式用于顺序访问集合对象的元素,不需要知道集合对象的底层表示。
2+
迭代器模式属于行为型模式。

0 commit comments

Comments
 (0)