We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3422c7 commit e423b1eCopy full SHA for e423b1e
Java相关/迭代器模式.md
@@ -0,0 +1,2 @@
1
+迭代器模式(Iterator Pattern)是编程环境非常常用的设计模式。这种模式用于顺序访问集合对象的元素,不需要知道集合对象的底层表示。
2
+迭代器模式属于行为型模式。
0 commit comments