mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 08:51:02 +07:00
list-style attribute used in standard javadoc's stylesheet seems to be unsupported by JDK's HTML kit (following IDEA-107790) - fix tests
38 lines
1.3 KiB
HTML
38 lines
1.3 KiB
HTML
<HTML><style type="text/css"> ul.inheritance {
|
|
margin:0;
|
|
padding:0;
|
|
}
|
|
ul.inheritance li {
|
|
display:inline;
|
|
list-style-type:none;
|
|
}
|
|
ul.inheritance li ul.inheritance {
|
|
margin-left:15px;
|
|
padding-left:15px;
|
|
padding-top:1px;
|
|
}
|
|
</style><h2 title="Package java.util Description">Package java.util Description</h2>
|
|
<div class="block">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></div>
|
|
<dl><dt><span class="strong">Since:</span></dt>
|
|
<dd>JDK1.0</dd></dl>
|
|
</div>
|
|
</HTML> |