author | mchung |
Fri, 22 May 2015 16:43:39 -0700 | |
changeset 30789 | 9eca83469588 |
parent 30788 | ea573d35531a |
child 44743 | f0bbd698c486 |
permissions | -rw-r--r-- |
30788
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
1 |
/* |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
2 |
* Copyright (c) 1998, 2006, Oracle and/or its affiliates. All rights reserved. |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
3 |
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
4 |
* |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
5 |
* This code is free software; you can redistribute it and/or modify it |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
6 |
* under the terms of the GNU General Public License version 2 only, as |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
7 |
* published by the Free Software Foundation. Oracle designates this |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
8 |
* particular file as subject to the "Classpath" exception as provided |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
9 |
* by Oracle in the LICENSE file that accompanied this code. |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
10 |
* |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
11 |
* This code is distributed in the hope that it will be useful, but WITHOUT |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
12 |
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
13 |
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
14 |
* version 2 for more details (a copy is included in the LICENSE file that |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
15 |
* accompanied this code). |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
16 |
* |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
17 |
* You should have received a copy of the GNU General Public License version |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
18 |
* 2 along with this work; if not, write to the Free Software Foundation, |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
19 |
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
20 |
* |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
21 |
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
22 |
* or visit www.oracle.com if you need additional information or have any |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
23 |
* questions. |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
24 |
*/ |
2 | 25 |
|
30788
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
26 |
/** |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
27 |
* Contains the collections framework, legacy collection classes, |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
28 |
* event model, date and time facilities, internationalization, and |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
29 |
* miscellaneous utility classes (a string tokenizer, a random-number |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
30 |
* generator, and a bit array). |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
31 |
* |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
32 |
* <h2>Package Specification</h2> |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
33 |
* <ul> |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
34 |
* <li><a href="../../../technotes/guides/collections/overview.html"><b>Collections Framework Overview</b></a> |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
35 |
* <li><a href="../../../technotes/guides/collections/reference.html"><b> |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
36 |
* Collections Framework Annotated Outline</b></a> |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
37 |
* </ul> |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
38 |
* |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
39 |
* <h2>Related Documentation</h2> |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
40 |
* For overviews, tutorials, examples, guides, and tool documentation, |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
41 |
* please see: |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
42 |
* <ul> |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
43 |
* <li><a href="http://docs.oracle.com/javase/tutorial/collections/index.html"> |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
44 |
* <b>Collections Framework Tutorial</b></a> |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
45 |
* <li><a |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
46 |
* href="../../../technotes/guides/collections/designfaq.html"><b>Collections |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
47 |
* Framework Design FAQ</b></a> |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
48 |
* </ul> |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
49 |
* |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
50 |
* @since 1.0 |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
51 |
*/ |
ea573d35531a
8080901: Replace package.html files with package-info.java in the java.base module
darcy
parents:
25859
diff
changeset
|
52 |
package java.util; |