ユーザ用ツール

サイト用ツール


サイドバー

デザインパターン:01_iterator

01_Iterator:イテレーター

IteratorAggregatecreateIterator()IteratorhasNext()next()BookShelfcreateIterator(this)BookShelfIteratorBookShelfhasNext()next()Create

概要

BookShelfのcreateIteratorメソッドを使ってBookShelfIteratorを作成する。
その際、BookShelf自身を渡すことで、BookShelftとBookShelfIteratorは疎結合となっている。

デザインパターン/01_iterator.txt · 最終更新: 2019/08/24 15:31 by ips