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

Quick Search    Search Deep

Uses of Class
java.lang.Short

Uses of Short in java.lang
 

Fields in java.lang declared as Short
private static Short[] Short.shortCache
           
 

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

Methods in java.lang with parameters of type Short
 int Short.compareTo(Short s)
          Compare two Shorts numerically by comparing their short values.