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 9716459 commit ad46c27Copy full SHA for ad46c27
32.迭代器模式.md
@@ -56,4 +56,4 @@ public class ArrayListIterator {
56
57
## 32.3 迭代器模式
58
59
-**意图**:使用同一的方式遍历集合的哥哥元素,而无需暴露集合的内部结构。
+**意图**:使用统一的方式遍历集合的各个元素,而无需暴露集合的内部结构。
0 commit comments