java.lang
Class Byte

java.lang.Object
  extended by java.lang.Number
      extended by java.lang.Byte
All Implemented Interfaces:
Serializable, Comparable

public final class Byte
extends Number
implements Comparable

See Also:
Serialized Form

Field Summary
static byte MAX_VALUE
           
static byte MIN_VALUE
           
static Class TYPE
           
 
Constructor Summary
Byte(byte var0)
           
Byte(String var0)
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

MAX_VALUE

public static final byte MAX_VALUE
See Also:
Constant Field Values

MIN_VALUE

public static final byte MIN_VALUE
See Also:
Constant Field Values

TYPE

public static final Class TYPE
Constructor Detail

Byte

public Byte(byte var0)

Byte

public Byte(String var0)
     throws NumberFormatException
Throws:
NumberFormatException
Method Detail

byteValue

public byte byteValue()
Overrides:
byteValue in class Number

compareTo

public int compareTo(Byte var0)

compareTo

public int compareTo(Object var0)
Specified by:
compareTo in interface Comparable

decode

public static Byte decode(String var0)
                   throws NumberFormatException
Throws:
NumberFormatException

doubleValue

public double doubleValue()
Specified by:
doubleValue in class Number

equals

public boolean equals(Object var0)
Overrides:
equals in class Object

floatValue

public float floatValue()
Specified by:
floatValue in class Number

hashCode

public int hashCode()
Overrides:
hashCode in class Object

intValue

public int intValue()
Specified by:
intValue in class Number

longValue

public long longValue()
Specified by:
longValue in class Number

parseByte

public static byte parseByte(String var0)
                      throws NumberFormatException
Throws:
NumberFormatException

parseByte

public static byte parseByte(String var0,
                             int var1)
                      throws NumberFormatException
Throws:
NumberFormatException

shortValue

public short shortValue()
Overrides:
shortValue in class Number

toString

public String toString()
Overrides:
toString in class Object

toString

public static String toString(byte var0)

valueOf

public static Byte valueOf(String var0)
                    throws NumberFormatException
Throws:
NumberFormatException

valueOf

public static Byte valueOf(String var0,
                           int var1)
                    throws NumberFormatException
Throws:
NumberFormatException


Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.