| Package | Description |
|---|---|
| java.lang |
Provides classes that are fundamental to the design of the Java
programming language.
|
| Modifier and Type | Method and Description |
|---|---|
static Double |
Double.valueOf(String s)
Returns a
Double object holding the
double value represented by the argument string
s. |
| Modifier and Type | Method and Description |
|---|---|
int |
Double.compareTo(Double anotherDouble)
Compares two
Double objects numerically. |
Copyright © 2013 CableLabs. All rights reserved.