The Collections Framework creates a unified architecture for representing and manipulating any type of collection, or object that represents a group of objects such as a vector or list.
- September 1999
-
Introduction to the Collections Framework by jGuru - Release Java 2, version 1.2
Learn to use the Collections Framework to store and manipulate groups of data as
a single unit, a collection. Topics include a discussion and demonstration of many of the abstract data types familiar from computer science data structure
curriculum: maps, sets, lists, trees, arrays, hashtables, and other collections.
|