java.lang

Class Byte

public final class Byte extends Number implements Comparable<Byte>

Field Summary
static byteMAX_VALUE
static byteMIN_VALUE
static ClassTYPE
Constructor Summary
Byte(byte value)
Byte(String s)
Method Summary
bytebyteValue()
intcompareTo(Byte anotherByte)
static Bytedecode(String nm)
doubledoubleValue()
booleanequals(Object obj)
floatfloatValue()
inthashCode()
intintValue()
longlongValue()
static byteparseByte(String s)
static byteparseByte(String s, int radix)
shortshortValue()
static StringtoString(byte b)
StringtoString()
static BytevalueOf(String s, int radix)
static BytevalueOf(String s)

Field Detail

MAX_VALUE

public static final byte MAX_VALUE

MIN_VALUE

public static final byte MIN_VALUE

TYPE

public static final Class TYPE

Constructor Detail

Byte

public Byte(byte value)

Byte

public Byte(String s)

Method Detail

byteValue

public byte byteValue()

compareTo

public int compareTo(Byte anotherByte)

decode

public static Byte decode(String nm)

doubleValue

public double doubleValue()

equals

public boolean equals(Object obj)

floatValue

public float floatValue()

hashCode

public int hashCode()

intValue

public int intValue()

longValue

public long longValue()

parseByte

public static byte parseByte(String s)

parseByte

public static byte parseByte(String s, int radix)

shortValue

public short shortValue()

toString

public static String toString(byte b)

toString

public String toString()

valueOf

public static Byte valueOf(String s, int radix)

valueOf

public static Byte valueOf(String s)