Index
&
bitwise AND
Boolean logical AND
and bounded type declarations
&& (short-circuit AND)
*
and glob syntax
multiplication operator
regular expression quantifier
used in import statement
** (glob syntax)
@
annotation syntax
used with tags (javadoc)
|
bitwise OR
Boolean logical OR
|| (short-circuit OR)
[ ]
character class specification
^
bitwise exclusive OR (XOR)
Boolean logical exclusive OR (XOR)
: (used with a label)
::
constructor reference
method reference
, (comma)
format flag
{ }
used with javadoc tags
=
= = (Boolean logical operator)
= = (relational operator)
versus equals( )
!
!=
/
/* */
/** */
//
<
argument index syntax
< >
diamond ...