| Package | Description |
|---|---|
| java.lang |
Back 2 Browser Bytecode Translator
Copyright (C) 2012 Jaroslav Tulach
|
| Modifier and Type | Field and Description |
|---|---|
static Class<Double> |
Double.TYPE
The
Class instance representing the primitive type
double. |
| Modifier and Type | Method and Description |
|---|---|
static Double |
Double.valueOf(double d)
Returns a
Double instance representing the specified
double value. |
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 © 2016 API Design. All Rights Reserved.