Skip to content
EntityQ2142696· pop 17· linked from 105 articles

Iterator パターン

Sign in to save

object-oriented design pattern using an iterator to traverse a container and access the container's elements

Article · 日本語

Iterator パターン(イテレータ・パターン)とは、GoF(Gang of Four; 4人のギャングたち)によって定義されたデザインパターンの1つである。コンテナオブジェクトの要素を列挙する手段を独立させることによって、コンテナの内部仕様に依存しない反復子を提供することを目的とする。

Abstract from DBpedia / Wikipedia · CC BY-SA

Connections

Categories