📄 j.index.doc9.html
字号:
<dt><dd>of class <code>Vector</code>, 657</dl>
<dt><dd><strong>instance(s)</strong><dl>
<dt><dd><i>See also</i> classes; interfaces; object-oriented concepts<dt><dd>creation, 228, 38<dl>
<dt><dd>constructor<dl>
<dt><dd>invocation by creation expressions, 177<dt><dd>parameter assignment during, 228<dt><dd>use in, 176</dl>
</dl>
</dl>
</dl>
<dl>
<dt><dd><strong>instance(s)</strong><dl>
<dt><dd>creation<dl>
<dt><dd>expression evaluation, 314<dl>
<dt><dd>order, 315</dl>
<dt><dd>expressions as statements, 272<dt><dd>invocation of initializers for instance variables during, 229<dt><dd>method dispatching during, 230</dl>
<dt><dd>finalization of, 231<dl>
<dt><dd>implementation procedures, 232</dl>
<dt><dd><code>instanceof</code> operator<dl>
<dt><dd>testing expression types with, 303<dt><dd>testing expressions with, 303</dl>
<dt><dd>instantiation<dl>
<dt><dd><code>InstantiationError</code> class, 611<dt><dd><code>InstantiationException</code> class, 611<dt><dd>preventing, with <code>private</code> constructors, 132, 180</dl>
<dt><dd>methods, <i>see</i> methods, non-<code>static</code><dt><dd>standard exceptions, <code>InstantiationException</code>, 131, 210<dt><dd>variables, <i>see</i> fields, class, non-<code>static</code></dl>
<dt><dd>instanceof<strong> operator</strong><dl>
<dt><dd>testing expression types with, 303</dl>
<dt><dd><strong>integers</strong><dl>
<dt><dd><i>See also</i> arithmetic; integral types; numbers<dt><dd>converting to boolean values, 37<dt><dd><code>intBitsToFloat</code> method, of class <code>Float</code>, 508<dt><dd><code>Integer</code> class, 488<dt><dd><code>intValue</code> method<dl>
<dt><dd>of class <code>Double</code>, 512<dt><dd>of class <code>Float</code>, 505<dt><dd>of class <code>Integer</code>, 489<dt><dd>of class <code>Long</code>, 496<dt><dd>of class <code>Number</code>, 487</dl>
<dt><dd>literals<dl>
<dt><dd>longest permitted, 21<dt><dd>term definition and specification, 19</dl>
<dt><dd>operations, 31</dl>
<dt><dd><strong>integral types</strong><dl>
<dt><dd><i>See also</i> arithmetic; 31numbers; 31types; 31<dt><dd><code>byte</code> type, 30<dl>
<dt><dd>value range, 31</dl>
<dt><dd><code>char</code> type, 30<dl>
<dt><dd>value range, 31</dl>
<dt><dd><code>int</code> type, 30<dl>
<dt><dd>value range, 31</dl>
<dt><dd><code>long</code> type, 30<dl>
<dt><dd>value range, 31</dl>
</dl>
</dl>
<dl>
<dt><dd><strong>integral types </strong><dl>
<dt><dd><code>short</code> type, 30<dl>
<dt><dd>value range, 31</dl>
<dt><dd>values and operations, 31</dl>
<dt><dd><strong>interfaces</strong><dl>
<dt><dd><i>See also</i> class(es); fields; methods; packages; subclasses; superclasses; superinterfaces<dt><dd><code>abstract</code> methods, 190, 191<dt><dd>accessibility, 99<dt><dd>as array element types, 194<dt><dd>binary compatibility considerations, 259<dt><dd>binary representation<dl>
<dt><dd>binary file format requirements, 240<dt><dd>verification of, 220</dl>
<dt><dd>body, declarations, 185<dt><dd><code>Cloneable</code>, implemented by arrays, 198<dt><dd>declarations, 184<dl>
<dt><dd>(chapter), 183<dt><dd>LALR(1) grammar productions, 445<dt><dd>as members of packages, 85</dl>
<dt><dd>as declared entity, 78<dt><dd>fields<dl>
<dt><dd>binary compatibility considerations, 251<dt><dd>declarations, 186<dl>
<dt><dd>examples, 188</dl>
<dt><dd>inheritance<dl>
<dt><dd>ambiguous, 188<dt><dd>multiply, 188</dl>
<dt><dd>initialization, 187</dl>
<dt><dd>initialization, 223<dl>
<dt><dd>detailed procedure, 225</dl>
<dt><dd>linking, process description, 220<dt><dd>loading, 218<dl>
<dt><dd>process description, 219</dl>
<dt><dd>members, 87<dl>
<dt><dd>binary compatibility considerations, 260<dt><dd>declarations, 185<dt><dd>inheritance from superinterfaces, 186<dt><dd>names, access to, 186</dl>
<dt><dd>methods<dl>
<dt><dd>declarations, examples, 190<dt><dd>overloading, 190<dl>
<dt><dd>examples, 191</dl>
<dt><dd>overriding, 189<dl>
<dt><dd>examples, 190</dl>
</dl>
<dt><dd>names<dl>
<dt><dd>fully qualified, 105<dt><dd>naming conventions, 108</dl>
<dt><dd>as package members, 85<dt><dd>preparation of, 221<dt><dd>process description, 219</dl>
</dl>
<dl>
<dt><dd><strong>interfaces</strong><dl>
<dt><dd><code>public</code><dl>
<dt><dd>binary compatibility considerations, 259<dt><dd>declaration, 184</dl>
<dt><dd>references to, binary file format requirements, 239<dt><dd>scope of, 184, 81<dt><dd>standard, <code>Cloneable</code>, implemented by arrays, 198<dt><dd>superinterfaces<dl>
<dt><dd>binary compatibility considerations, 243<dt><dd>of a class, 135<dt><dd>declaration of, 135</dl>
<dt><dd>unloading of, 235</dl>
<dt><dd>intern<strong> method</strong><dl>
<dt><dd>of class <code>String</code>, 547</dl>
<dt><dd>InternalError<strong> class</strong>, 611<dt><dd><strong>internationalization</strong><dl>
<dt><dd><i>See</i> Unicode character set</dl>
<dt><dd>interrupt<strong> method</strong><dl>
<dt><dd>of class <code>Thread</code>, 599</dl>
<dt><dd>interrupted<strong> method</strong><dl>
<dt><dd>of class <code>Thread</code>, 599</dl>
<dt><dd>InterruptedException<strong> class</strong>, 611<dt><dd><strong>invocation</strong><dl>
<dt><dd>of constructors<dl>
<dt><dd>expression evaluation, 314<dt><dd>expression evaluation, order, 315<dt><dd>in creation of new class instances, 228<dt><dd>language constructs that result in, 177</dl>
<dt><dd>of hidden class methods, example, 171<dt><dd>of methods<dl>
<dt><dd>conversion, 66<dt><dd>expression evaluation, 323<dl>
<dt><dd>order, 333</dl>
<dt><dd>how chosen, 303</dl>
</dl>
<dt><dd>isAbsolute<strong> method</strong><dl>
<dt><dd>of class <code>File</code>, 755</dl>
<dt><dd>isAlive<strong> method</strong><dl>
<dt><dd>of class <code>Thread</code>, 598</dl>
<dt><dd>isDaemon<strong> method</strong><dl>
<dt><dd>of class <code>Thread</code>, 597<dt><dd>of class <code>ThreadGroup</code>, 607</dl>
<dt><dd>isDefined<strong> method</strong><dl>
<dt><dd>of class <code>Character</code>, 474</dl>
<dt><dd>isDigit<strong> method</strong><dl>
<dt><dd>of class <code>Character</code>, 478</dl>
<dt><dd>isDirectory<strong> method</strong><dl>
<dt><dd>of class <code>File</code>, 756</dl>
<dt><dd>isEmpty<strong> method</strong><dl>
<dt><dd>of class <code>Dictionary</code>, 633<dt><dd>of class <code>Hashtable</code>, 636<dt><dd>of class <code>Vector</code>, 658</dl>
<dt><dd>isFile<strong> method</strong><dl>
<dt><dd>of class <code>File</code>, 756</dl>
<dt><dd>isInfinite<strong> method</strong><dl>
<dt><dd>of class <code>Double</code>, 515<dt><dd>of class <code>Float</code>, 508</dl>
<dt><dd>isInterface<strong> method</strong><dl>
<dt><dd>of class <code>Class</code>, 467</dl>
<dt><dd>isInterrupted<strong> method</strong><dl>
<dt><dd>of class <code>Thread</code>, 599</dl>
<dt><dd>isJavaLetter<strong> method</strong><dl>
<dt><dd>of class <code>Character</code>, 482</dl>
<dt><dd>isJavaLetterOrDigit<strong> method</strong><dl>
<dt><dd>of class <code>Character</code>, 482</dl>
<dt><dd>isLetter<strong> method</strong><dl>
<dt><dd>of class <code>Character</code>, 479</dl>
<dt><dd>isLetterOrDigit<strong> method</strong><dl>
<dt><dd>of class <code>Character</code>, 480</dl>
<dt><dd>isLowerCase<strong> method</strong><dl>
<dt><dd>of class <code>Character</code>, 476</dl>
<dt><dd>isNaN<strong> method</strong><dl>
<dt><dd>of class <code>Double</code>, 514<dt><dd>of class <code>Float</code>, 507</dl>
<dt><dd>isSpace<strong> method</strong><dl>
<dt><dd>of class <code>Character</code>, 482</dl>
<dt><dd>isTitleCase<strong> method</strong><dl>
<dt><dd>of class <code>Character</code>, 478</dl>
<dt><dd>isUpperCase<strong> method</strong><dl>
<dt><dd>of class <code>Character</code>, 477</dl>
<dt><dd><strong>iteration</strong><dl>
<dt><dd><i>See also</i> control structures<dt><dd><code>continue</code> statement, use with, 285<dt><dd><code>do</code> statement, specification, 279<dt><dd><code>for</code> statement, specification, 281<dt><dd><code>while</code> statement, specification, 277</dl>
</dl>
<hr>
<!-- This inserts footnotes--><p>
<a href="index.html">Contents</a> | <a href="j.index.doc8.html">Prev</a> | <a href="j.index.doc10.html">Next</a> | <a href="j.index.doc1.html">Index</a>
<p>
<font size=-1>Java Language Specification (HTML generated by Suzette Pelouch on February 24, 1998)<br>
<i><a href="jcopyright.doc.html">Copyright © 1996 Sun Microsystems, Inc.</a>
All rights reserved</i>
<br>
Please send any comments or corrections to <a href="mailto:doug.kramer@sun.com">doug.kramer@sun.com</a>
</font>
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -