設計模式之Iterator模式

IteratorPattern在GoF的定義:提供一種方法訪問一個容器(container)對象中各個元素,而又不需暴露該對象的內部細節。 實現:遍歷任何對象集合 同時:降低類之間的耦合度,提高複用性 相關Pattern: Visitor Pattern, Composite Pattern,Factory Method Pattern(有時會用到) JDK中使用了Iterator pattern
相關文章
相關標籤/搜索