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.

The documents in this section are non-normative portions ofthe Java Platform, Standard Edition API Specification.


Copyright © 1998, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.