public final class Byte extends Number implements Comparable
Modifier and Type | Field and Description |
---|---|
static byte |
MAX_VALUE |
static byte |
MIN_VALUE |
static Class |
TYPE |
Modifier and Type | Method and Description |
---|---|
byte |
byteValue() |
int |
compareTo(Byte var0) |
int |
compareTo(Object var0) |
static Byte |
decode(String var0) |
double |
doubleValue() |
boolean |
equals(Object var0) |
float |
floatValue() |
int |
hashCode() |
int |
intValue() |
long |
longValue() |
static byte |
parseByte(String var0) |
static byte |
parseByte(String var0,
int var1) |
short |
shortValue() |
String |
toString() |
static String |
toString(byte var0) |
static Byte |
valueOf(String var0) |
static Byte |
valueOf(String var0,
int var1) |
public static final byte MAX_VALUE
public static final byte MIN_VALUE
public static final Class TYPE
public Byte(byte var0)
public Byte(String var0) throws NumberFormatException
NumberFormatException
public int compareTo(Byte var0)
public int compareTo(Object var0)
compareTo
in interface Comparable
public static Byte decode(String var0) throws NumberFormatException
NumberFormatException
public double doubleValue()
doubleValue
in class Number
public float floatValue()
floatValue
in class Number
public static byte parseByte(String var0) throws NumberFormatException
NumberFormatException
public static byte parseByte(String var0, int var1) throws NumberFormatException
NumberFormatException
public short shortValue()
shortValue
in class Number
public static String toString(byte var0)
public static Byte valueOf(String var0) throws NumberFormatException
NumberFormatException
public static Byte valueOf(String var0, int var1) throws NumberFormatException
NumberFormatException
Copyright © 2006–2013 OSGi Alliance. All rights reserved.