イテレータ
Sign in to saveIn computer programming, an iterator is an object that progressively provides access to each item of a collection, in order.
Wikidata facts
- Subclass of
- handle
Show 6 more facts
- Commons category
- Iterator pattern
- manifestation of
- iteration
- Stack Exchange tag
- stackoverflow.com/tags/iterator
- different from
- iterator pattern
- has characteristic
- material implication
- represents
- collection
Sources (2)
via Wikidata · CC0
Article · 日本語
イテレータ(英語: iterator)とは、プログラミング言語において配列やそれに類似する集合的データ構造(コレクションあるいはコンテナ)の各要素に対する繰り返し処理の抽象化である。実際のプログラミング言語では、オブジェクトまたは文法などとして現れる。JISでは反復子(はんぷくし)と翻訳されている。 ジェネレータ (プログラミング) の記事も参照のこと。
Abstract from DBpedia / Wikipedia · CC BY-SA