| Package | Description |
|---|---|
| java.lang |
| Modifier and Type | Field and Description |
|---|---|
static Class<Double> |
Double.TYPE |
| Modifier and Type | Method and Description |
|---|---|
static Double |
Double.valueOf(double i)
Returns the object instance of i
|
static Double |
Double.valueOf(String s)
Returns a new Double object initialized to the value represented by the specified string.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Double.compareTo(Double d) |
Copyright © 2022. All rights reserved.