Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
java.lang.Byte

Uses of Byte in java.lang
 

Fields in java.lang declared as Byte
private static Byte[] Byte.byteCache
           
 

Methods in java.lang that return Byte
static Byte Byte.valueOf(String s, int radix)
          Creates a new Byte object using the String and specified radix (base).
static Byte Byte.valueOf(String s)
          Creates a new Byte object using the String, assuming a radix of 10.
static Byte Byte.valueOf(byte val)
          Returns a Byte object wrapping the value.
static Byte Byte.decode(String s)
          Convert the specified String into a Byte.
 

Methods in java.lang with parameters of type Byte
 int Byte.compareTo(Byte b)
          Compare two Bytes numerically by comparing their byte values.