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