|
Training Index
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.
- December 2006
-
Trail: Collections
This trail describes the Java Collections Framework. Here you will learn what collections are and how they can make your job easier and programs
better. You'll learn about the core elements . interfaces, implementations, and algorithms . that comprise the Java Collections Framework.
- 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.
|
|