この記事の要約: Javaのjava.utilパッケージが提供するコレクションフレームワークは、リスト、セット、キュー、マップといった汎用的なコンテナ(Collection)インターフェースと、それらの効率的な実装を提供します。本章では、コレクションの反復 ...
The Java Platform provides the most commonly used data structures in the form of the Collections Framework, and it provides a rich API to operate on them. In this first article in a two-part series, I ...