Java The Complete Reference, Seventh Edition

(Greg DeLong) #1

Index


Symbols
&
bitwise AND, 62, 63, 64–65
Boolean logical AND, 71, 72
and bounded type declarations, 326
&& (short-circuit AND), 71, 72–73



  • multiplication, 26, 57
    regular expression quantifier, 827
    used in import statement, 191, 311
    @
    annotation syntax, 272
    tags (javadoc), 991–995
    |
    bitwise OR, 62, 63, 64–65
    Boolean logical OR, 71, 72
    || (short-circuit OR), 71, 72–73
    [ ], 31, 48, 51, 55, 74, 75, 827, 831
    ^
    bitwise exclusive OR, 62, 63, 64–65
    Boolean logical exclusive OR, 71, 72
    : (used with a label), 100
    , (comma), 31, 90–91
    { }, 23, 24, 29, 31, 42, 50, 53, 77, 78, 84, 208
    =, 25, 73
    = = (Boolean operator), 71
    = = (relational operator), 26, 70, 256, 262
    versus equals( ), 368–369
    !, 71, 72
    !=, 70, 71
    /, 57
    / /, 23
    /* /, 31, 991
    //, 23
    <, 26, 70< >, 317, 318, 324, 336
    <<, 62, 65–66
    <=, 70
    –, 57



  • –, 29, 57, 60–61
    %
    used in format conversion specifier
    syntax, 527
    modulus operator, 57, 59


( ), 24, 31, 74–75

.

dot operator, 74, 75, 107, 113–114, 142, 184,
190
regular expression wildcard character, 827,
830–831
separator, 31
... (variable-length argument syntax), 152, 153
+
addition, 57
concatenation operator, 25–26, 148–149,
362–364, 377, 380
regular expression quantifier, 827, 830–831
++, 28–29, 58, 57, 60–62
?
regular expression quantifier, 827, 830–831
wildcard argument specifier, 328, 334, 347
?: (ternary operator), 71, 73–74
>, 26, 70
>>, 62, 66–68
>>>, 62, 68–69
>=, 70
; (semicolon), 24, 31, 85
~, 62, 63, 64–65

AA
abs( ), 128, 420
abstract type modifier, 177–178, 181, 196
Abstract Window Toolkit (AWT), 285, 297, 299,
617, 663, 701
and applet architecture, 625
classes, table of some, 664–665
creating stand-alone windows with,
674–676
support for imaging, 755
support for text and graphics, 676
and Swing, 663, 859, 860
AbstractButton class, 883, 885, 886
AbstractCollection class, 448, 450, 457
AbstractList class, 448, 488
AbstractMap class, 468, 470, 472
AbstractQueue class, 448, 456
AbstractSequentialList class, 448, 451

997

Free download pdf