-
Fields in java.lang with type parameters of type Double
| Modifier and Type |
Field |
Description |
static Class<Double> |
Double.TYPE |
The Class object that represents the primitive type
double.
|
Methods in java.lang that return Double
| Modifier and Type |
Method |
Description |
static Double |
Double.valueOf(double d) |
Returns a Double instance for the specified double value.
|
static Double |
Double.valueOf(String string) |
Parses the specified string as a double value.
|
Methods in java.lang with parameters of type Double
| Modifier and Type |
Method |
Description |
int |
Double.compareTo(Double object) |
Compares this object to the specified double object to determine their
relative order.
|
-