Serializable
, Comparable<Byte>
, Constable
Fields
static final int
The number of bytes used to represent a byte
value in two's complement binary form.
static final byte
A constant holding the maximum value a byte
can have, 27-1.
static final byte
A constant holding the minimum value a byte
can have, -27.
static final int
The number of bits used to represent a byte
value in two's complement binary form.
The Class
instance representing the primitive type byte
.
Constructors
Deprecated, for removal: This API element is subject to removal in a future version. Deprecated, for removal: This API element is subject to removal in a future version.byte
Returns the value of this Byte
as a byte
.
static int
Compares two byte
values numerically.
int
Compares two Byte
objects numerically.
static int
Compares two byte
values numerically treating the values as unsigned.
Decodes a String
into a Byte
.
Returns an
Optional
containing the nominal descriptor for this instance.
double
Returns the value of this Byte
as a double
after a widening primitive conversion.
boolean
Compares this object to the specified object.
float
Returns the value of this Byte
as a float
after a widening primitive conversion.
int
Returns a hash code for this Byte
; equal to the result of invoking intValue()
.
static int
Returns a hash code for a byte
value; compatible with Byte.hashCode()
.
int
Returns the value of this Byte
as an int
after a widening primitive conversion.
long
Returns the value of this Byte
as a long
after a widening primitive conversion.
static byte
Parses the string argument as a signed decimal byte
.
static byte
Parses the string argument as a signed byte
in the radix specified by the second argument.
short
Returns the value of this Byte
as a short
after a widening primitive conversion.
Returns a String
object representing this Byte
's value.
Returns a new String
object representing the specified byte
.
static int
Converts the argument to an int
by an unsigned conversion.
static long
Converts the argument to a long
by an unsigned conversion.
Returns a Byte
instance representing the specified byte
value.
Returns a Byte
object holding the value given by the specified String
.
Returns a Byte
object holding the value extracted from the specified String
when parsed with the radix given by the second argument.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4