java.lang
Class Short
java.lang.Object
java.lang.Number
java.lang.Short
- All Implemented Interfaces:
- Comparable, Serializable
- public final class Short
- extends Number
- implements Comparable
value
private final short value
MAX_VALUE
public static final short MAX_VALUE
SIZE
public static final int SIZE
MIN_VALUE
public static final short MIN_VALUE
serialVersionUID
private static final long serialVersionUID
TYPE
public static final Class TYPE
Short
public Short(short)
Short
public Short(String)
throws NumberFormatException
- Throws:
NumberFormatException
toString
public static String toString(short)
parseShort
public static short parseShort(String)
throws NumberFormatException
- Throws:
NumberFormatException
parseShort
public static short parseShort(String,
int)
throws NumberFormatException
- Throws:
NumberFormatException
valueOf
public static Short valueOf(String,
int)
throws NumberFormatException
- Throws:
NumberFormatException
valueOf
public static Short valueOf(String)
throws NumberFormatException
- Throws:
NumberFormatException
valueOf
public static Short valueOf(short)
decode
public static Short decode(String)
throws NumberFormatException
- Throws:
NumberFormatException
byteValue
public byte byteValue()
- Overrides:
byteValue in class Number
shortValue
public short shortValue()
- Overrides:
shortValue in class Number
intValue
public int intValue()
longValue
public long longValue()
floatValue
public float floatValue()
doubleValue
public double doubleValue()
toString
public String toString()
- Overrides:
toString in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object)
- Overrides:
equals in class Object
compareTo
public int compareTo(Short)
reverseBytes
public static short reverseBytes(short)
compareTo
public volatile int compareTo(Object)
- Specified by:
compareTo in interface Comparable
JML is Copyright (C) 1998-2002 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This release depends on code from the MultiJava project and is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.