java.lang
Class Byte
public final
class
Byte
extends Number
implements Comparable<Byte>
public static final byte MAX_VALUE
public static final byte MIN_VALUE
public static final Class TYPE
public Byte(byte value)
public byte byteValue()
public int compareTo(
Byte anotherByte)
public double doubleValue()
public boolean equals(Object obj)
public float floatValue()
public int hashCode()
public int intValue()
public long longValue()
public static byte parseByte(
String s)
public static byte parseByte(
String s, int radix)
public short shortValue()
public static
String toString(byte b)