< prev index next >

src/java.base/share/classes/java/util/doc-files/coll-index.html

Print this page
rev 60127 : 8249205: Remove unnecessary trademark symbols


  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>


  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 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>
< prev index next >