|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
Boolean represent primitive
boolean values.Boolean object representing the value of the
argument value.
Boolean object representing the primitive
true if and only if s matches
the string "true" ignoring case, otherwise the object will represent
the primitive false.
boolean value of this
Boolean object.
Byte represent primitive byte
values.Byte object representing the value of the
byte argument.
Byte object representing the value specified
by the String argument
Byte.
Short as a byte.
byte values.
short
values.
String into a Byte.
String into a Short.
Byte as a double.
Short as a double.
obj is an instance of Boolean and
has the same primitive value as this object then true
is returned.
true if obj is an instance of
Byte and represents the same byte value.
true if obj is an instance of
Short and represents the same short value.
Boolean object representing the
primitive value false.
Byte as a float.
Short as a float.
name matches
"true" ignoring case then the function returns true.
1231 if this object represents
the primitive true and the integer 1237
otherwise.
Byte as an int.
Short as an int.
Byte as a long.
Short as a long.
byte can represent is 127 (or
27 - 1).
short can represent is 32767 (or
215).
byte can represent is -128 (or
-27).
short can represent is -32768 (or
-215).
String into a byte.
String into an int
using the specified radix (base).
String into a short.
String into a short
using the specified radix (base).
Short represent primitive
short values.Short object representing the value of the
short argument.
Short object representing the value of the
argument after conversion to a short.
Byte as a short.
Short.
byte.
short.
true and
returns "false" if the value of the given boolean is false.
true and
returns "false" if the value of this object is false.
byte to a String and assumes
a radix of 10.
Byte value to a String and
assumes a radix of 10.
short to a String and assumes
a radix of 10.
Short value to a String and
assumes a radix of 10.
Boolean object representing the
primitive value true.
TRUE if the given boolean is
true, otherwise it will return the Boolean
FALSE.
TRUE if and only if the given
String is equal, ignoring case, to the the String "true", otherwise
it will return the Boolean FALSE.
Byte object using the String
and specified radix (base).
Byte object using the String,
assuming a radix of 10.
Byte object wrapping the value.
Short object using the String
and specified radix (base).
Short object using the String,
assuming a radix of 10.
Short object wrapping the value.
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||