byte
byteValue()
Returns the value of this Byte
as a byte
.
static int
compare(byte x, byte y)
Compares two byte
values numerically.
int
compareTo(Byte anotherByte)
Compares two Byte
objects numerically.
static Byte
decode(String nm)
Decodes a String
into a Byte
.
double
doubleValue()
Returns the value of this Byte
as a double
after a widening primitive conversion.
boolean
equals(Object obj)
Compares this object to the specified object.
float
floatValue()
Returns the value of this Byte
as a float
after a widening primitive conversion.
int
hashCode()
Returns a hash code for this Byte
; equal to the result of invoking intValue()
.
static int
hashCode(byte value)
Returns a hash code for a byte
value; compatible with Byte.hashCode()
.
int
intValue()
Returns the value of this Byte
as an int
after a widening primitive conversion.
long
longValue()
Returns the value of this Byte
as a long
after a widening primitive conversion.
static byte
parseByte(String s)
Parses the string argument as a signed decimal byte
.
static byte
parseByte(String s, int radix)
Parses the string argument as a signed byte
in the radix specified by the second argument.
short
shortValue()
Returns the value of this Byte
as a short
after a widening primitive conversion.
String
toString()
Returns a String
object representing this Byte
's value.
static String
toString(byte b)
Returns a new String
object representing the specified byte
.
static int
toUnsignedInt(byte x)
Converts the argument to an int
by an unsigned conversion.
static long
toUnsignedLong(byte x)
Converts the argument to a long
by an unsigned conversion.
static Byte
valueOf(byte b)
Returns a Byte
instance representing the specified byte
value.
static Byte
valueOf(String s)
Returns a Byte
object holding the value given by the specified String
.
static Byte
valueOf(String s, int radix)
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