Uses of Class java.lang.Short

Uses in package java.lang

Methods with parameter type java.lang.Short

int
Compare two Shorts numerically by comparing their short values.

Methods with return type java.lang.Short

Short
Convert the specified String into a Short.
Short
Creates a new Short object using the String, assuming a radix of 10.
Short
Short.valueOf(String s, int radix)
Creates a new Short object using the String and specified radix (base).
Short
Short.valueOf(short val)
Returns a Short object wrapping the value.