1 <!DOCTYPE html>
   2 
   3 <!--
   4  Copyright (c) 1998, 2017, Oracle and/or its affiliates. All rights reserved.
   5  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   6 
   7  This code is free software; you can redistribute it and/or modify it
   8  under the terms of the GNU General Public License version 2 only, as
   9  published by the Free Software Foundation.  Oracle designates this
  10  particular file as subject to the "Classpath" exception as provided
  11  by Oracle in the LICENSE file that accompanied this code.
  12 
  13  This code is distributed in the hope that it will be useful, but WITHOUT
  14  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  15  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  16  version 2 for more details (a copy is included in the LICENSE file that
  17  accompanied this code).
  18 
  19  You should have received a copy of the GNU General Public License version
  20  2 along with this work; if not, write to the Free Software Foundation,
  21  Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  22 
  23  Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  24  or visit www.oracle.com if you need additional information or have any
  25  questions.
  26 -->
  27 
  28 <html lang="en-US">
  29 <head>
  30 <meta name="generator" content="HTML Tidy, see www.w3.org" />
  31 <title>The Collections Framework</title>
  32 
  33 <style type="text/css">
  34 /*<![CDATA[*/
  35 
  36 ul li, ul ul li {font-weight: normal;}
  37 pre             {margin-left: 42pt;}
  38 a               {font-weight: bold;}
  39 
  40 /*]]>*/
  41 </style>
  42 </head>
  43 <body>
  44 <h1>The Collections Framework</h1>
  45 <!-- Body text begins here -->
  46 <p>The collections framework is a unified architecture for
  47 representing and manipulating collections, enabling them to be
  48 manipulated independently of the details of their representation.
  49 It reduces programming effort while increasing performance. It
  50 enables interoperability among unrelated APIs, reduces effort in
  51 designing and learning new APIs, and fosters software reuse. The
  52 framework is based on more than a dozen collection interfaces. It
  53 includes implementations of these interfaces and algorithms to
  54 manipulate them.</p>
  55 <p>The documents in this section are non-normative portions of
  56 the Java&trade; Platform, Standard Edition API Specification.</p>
  57 <ul>
  58 <li><b><a href="coll-overview.html">Overview</a></b> - An overview of
  59 the collections framework.</li>
  60 </ul>
  61 <ul>
  62 <li><b><a href="coll-reference.html">Annotated API Outline</a></b> - An
  63 annotated outline of the classes and interfaces comprising the
  64 collections framework, with links into the API Specification.</li>
  65 </ul>
  66 <ul>
  67 <li><b><a href="coll-designfaq.html">Design FAQ</a></b> - Answers to
  68 frequently asked questions (FAQ) about the design of the
  69 collections framework.</li>
  70 </ul>
  71 <hr>
  72 <p style="font-size:smaller">
  73 Copyright &copy; 1998, 2017, Oracle and/or its affiliates. 500 Oracle Parkway<br />
  74     Redwood Shores, CA 94065 USA. All rights reserved.</p>
  75 <!-- Body text ends here -->
  76 </body>
  77 </html>