Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 284 Bytes

File metadata and controls

11 lines (6 loc) · 284 Bytes

迭代器模式

定义

迭代器模式,提供一种方法顺序访问一个聚合对象中各个元素,而又不暴露该对象的内部表示。

代码

IteratorClient