Klasse java.lang.Short | 1.1 |
java.lang.Object | +--java.lang.Number | +--java.lang.Short
Datenelemente | |
---|---|
public static final short | MIN_VALUE |
public static final short | MAX_VALUE |
public static final Class | TYPE |
Konstruktoren | |
---|---|
public | Short(short value) |
public | Short(String s) |
Methoden | |
---|---|
public byte | byteValue() |
public int | compareTo(Short anotherShort) |
public int | compareTo(Object o) |
public static Short | decode(String nm) |
public double | doubleValue() |
public boolean | equals(Object obj) |
public float | floatValue() |
public int | hashCode() |
public int | intValue() |
public long | longValue() |
public static short | parseShort(String s) |
public static short | parseShort(String s, int radix) |
public short | shortValue() |
public String | toString() |
public static String | toString(short s) |
public static Short | valueOf(String s) |
public static Short | valueOf(String s, int radix) |