Uses of Class java.lang.Byte

Uses in package java.lang

Methods with parameter type java.lang.Byte

int
Compare two Bytes numerically by comparing their byte values.

Methods with return type java.lang.Byte

Byte
Convert the specified String into a Byte.
Byte
Byte.valueOf(byte val)
Returns a Byte object wrapping the value.
Byte
Creates a new Byte object using the String, assuming a radix of 10.
Byte
Byte.valueOf(String s, int radix)
Creates a new Byte object using the String and specified radix (base).