Short | JDK 1.1 |
java.lang | serializable comparable |
Synopsis | ^ ? |
public final class | Short extends Number implements Comparable { |
// Public Constructors |
![]() |
short value); |
![]() |
String s) throws NumberFormatException; |
// Public Constants |
![]() | =32767 |
![]() | =-32768 |
![]() |
// Public Class Methods |
![]() |
String nm) throws NumberFormatException; |
![]() |
String s) throws NumberFormatException; |
![]() |
String s, int radix) throws NumberFormatException; |
![]() |
short s); |
![]() |
String s) throws NumberFormatException; |
![]() |
String s, int radix) throws NumberFormatException; |
// Public Instance Methods |
![]() |
Short anotherShort); |
// Methods implementing Comparable |
![]() |
Object o); |
// Public methods overriding Number |
![]() |
); |
![]() |
); |
![]() |
); |
![]() |
); |
![]() |
); |
![]() |
); |
// Public methods overriding Object |
![]() |
Object obj); |
![]() |
); |
![]() |
); |
} |
Hierarchy | ^ ? |
![]() | Object | ![]() | ||||
![]() | ||||||
![]() | Number | ![]() | ![]() | ![]() | Serializable | ![]() |
![]() | ||||||
![]() | Short | ![]() | ![]() | ![]() | Comparable | ![]() |
Inherited Properties | ^ ? |
Number: | none |
Object: | class |
Inherited Methods | ^ ? |
Number: | none |
Object: | clone(), finalize(), notify(), notifyAll(), wait(), wait(), wait() |
Passed To | ^ ? |
Returned By | ^ ? |
Uses | ^ ? |