blob: 7e3ab7273badc42ec73e2177dc7178cae66ad77c [file] [log] [blame]
/**
* Contains the collections framework, legacy collection classes, event model,
* date and time facilities, internationalization, and miscellaneous utility
* classes (a string tokenizer, a random-number generator, and a bit array).
*
* <h2>Package Specification</h2>
* <ul>
* <li><a href="../../../technotes/guides/collections/overview.html"><b>Collections Framework Overview</b></a>
* <li><a href="../../../technotes/guides/collections/reference.html"><b>
* Collections Framework Annotated Outline</b></a>
* </ul>
*
* <h2>Related Documentation</h2>
* For overviews, tutorials, examples, guides, and tool documentation, please see:
* <ul>
* <li><a href="http://www.java.sun.com/docs/books/tutorial/collections/">
* <b>Collections Framework Tutorial</b></a>
* <li><a
* href="../../../technotes/guides/collections/designfaq.html"><b>Collections
* Framework Design FAQ</b></a>
* </ul>
*
* @since JDK1.0
*/
package java.util;