Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
java.lang | Provides classes that are fundamental to the design of the Java programming language. |
javax.management.openmbean | Provides the open data types and Open MBean descriptor classes. |
Uses of Double in java.lang |
---|
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. |
Uses of Double in javax.management.openmbean |
---|
Modifier and Type | Field and Description |
---|---|
static SimpleType<Double> |
SimpleType.DOUBLE
The SimpleType instance describing values whose
Java class name is java.lang.Double . |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.