The Collections Framework
The collections framework is a unified architecture forrepresenting and manipulating collections, enabling them to bemanipulated independently of the details of their representation.It reduces programming effort while increasing performance. Itenables interoperability among unrelated APIs, reduces effort indesigning and learning new APIs, and fosters software reuse. Theframework is based on more than a dozen collection interfaces. Itincludes implementations of these interfaces and algorithms tomanipulate them.
Overview
- Overview - An overview ofthe collections framework.
API Specification
- API Reference - Anannotated outline of the classes and interfaces comprising thecollections framework, with links into the JavaDoc.
Tutorials and Programmer's Guides
- Tutorial- A tutorial introduction to the collections framework with manyprogramming examples.
API Enhancements
More Information
- Design FAQ - Answers tofrequently asked questions (FAQ) about the design of thecollections framework.
Copyright © 1993, 2025, Oracleand/or its affiliates. All rights reserved.