摘要: 迭代器模式:提供一种方法顺序访问一个聚合对象中的各个元素,而又不暴露其内部的表示。将遍历聚合的工作封装进一个对象中,依赖聚合提供遍历。Java5 all the collections has add travel method, so you don't need require Iterator to travel all the elements.使用for(MenuItem item: ... 阅读全文
posted @ 2010-05-16 17:52 莫忆往西 阅读(137) 评论(0) 推荐(0) 编辑