[build by hexo/next/gitalk/hexo-generator-search/LaTeX]"> 设计模式之禅-第20章-迭代器模式 发表于 2015-05-23 分类于 读书笔记 迭代器模式(Iterator Pattren) 定义:Provide a way to access the elements of an aggregate object sequentially without exposing its underlying representation.(它提供一种方法访问一个容器对象中各个元素,而又不需要暴露该对象的内部细节。) 一个没落的模式,基本上没人会单独写一个迭代器,除非是产品性质的开发。