Double | JDK 1.0 |
java.lang | serializable comparable |
Synopsis | ^ ? |
public final class | Double extends Number implements Comparable { |
// Public Constructors |
![]() |
double value); |
![]() |
String s) throws NumberFormatException; |
// Public Constants |
![]() | =1.7976931348623157E308 |
![]() |
![]() | =NaN |
![]() | =-Infinity |
![]() | =Infinity |
![]() |
// Public Class Methods |
![]() |
double value); | native |
![]() |
double v); |
![]() |
double v); |
![]() |
long bits); | native |
![]() |
String s) throws NumberFormatException; |
![]() |
double d); |
![]() |
String s) throws NumberFormatException; |
// Property Accessor Methods (by property name) |
![]() |
); |
![]() |
); |
// Public Instance Methods |
![]() |
Double anotherDouble); |
// Methods implementing Comparable |
![]() |
Object o); |
// Public methods overriding Number |
![]() |
); |
![]() |
); |
![]() |
); |
![]() |
); |
![]() |
); |
![]() |
); |
// Public methods overriding Object |
![]() |
Object obj); |
![]() |
); |
![]() |
); |
} |
Hierarchy | ^ ? |
![]() | Object | ![]() | ||||
![]() | ||||||
![]() | Number | ![]() | ![]() | ![]() | Serializable | ![]() |
![]() | ||||||
![]() | Double | ![]() | ![]() | ![]() | Comparable | ![]() |
JavaBeans Properties | ^ ? |
Name | Type | Access | Default | Flags |
infinite | boolean | is | read-only | |
naN | boolean | is | read-only |
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 | ^ ? |