java.lang
Class Short
java.lang.Object
java.lang.Number
java.lang.Short
- All Implemented Interfaces:
- Serializable, Comparable
public final class Short
- extends Number
- implements Comparable
- See Also:
- Serialized Form
MAX_VALUE
public static final short MAX_VALUE
- See Also:
- Constant Field Values
MIN_VALUE
public static final short MIN_VALUE
- See Also:
- Constant Field Values
TYPE
public static final Class TYPE
Short
public Short(String var0)
throws NumberFormatException
- Throws:
NumberFormatException
Short
public Short(short var0)
byteValue
public byte byteValue()
- Overrides:
byteValue
in class Number
compareTo
public int compareTo(Object var0)
- Specified by:
compareTo
in interface Comparable
compareTo
public int compareTo(Short var0)
decode
public static Short 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
parseShort
public static short parseShort(String var0)
throws NumberFormatException
- Throws:
NumberFormatException
parseShort
public static short parseShort(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(short var0)
valueOf
public static Short valueOf(String var0)
throws NumberFormatException
- Throws:
NumberFormatException
valueOf
public static Short valueOf(String var0,
int var1)
throws NumberFormatException
- Throws:
NumberFormatException
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.