ニュース

Google Collections Libraryは、GoogleがJavaコミュニティ向けに提供する新たなオープンソースライブラリです。性能を重視するGoogle社において、多くの大規模なプロジェクトでテストと改良が繰り返されてきました。本稿ではこのライブラリの概要について説明します。
Generics in the Java Collections Framework Generics are integrated into Java Collections to provide compile-time type checking and to eliminate the need for explicit type casting.