public final class Double extends Number implements Comparable
Modifier and Type | Field and Description |
---|---|
static double |
MAX_VALUE |
static double |
MIN_VALUE |
static double |
NaN |
static double |
NEGATIVE_INFINITY |
static double |
POSITIVE_INFINITY |
static Class |
TYPE |
Constructor and Description |
---|
Double(double var0) |
Double(String var0) |
Modifier and Type | Method and Description |
---|---|
byte |
byteValue() |
int |
compareTo(Double var0) |
int |
compareTo(Object var0) |
static long |
doubleToLongBits(double var0) |
static long |
doubleToRawLongBits(double var0) |
double |
doubleValue() |
boolean |
equals(Object var0) |
float |
floatValue() |
int |
hashCode() |
int |
intValue() |
boolean |
isInfinite() |
static boolean |
isInfinite(double var0) |
boolean |
isNaN() |
static boolean |
isNaN(double var0) |
static double |
longBitsToDouble(long var0) |
long |
longValue() |
static double |
parseDouble(String var0) |
short |
shortValue() |
String |
toString() |
static String |
toString(double var0) |
static Double |
valueOf(String var0) |
public static final double MAX_VALUE
public static final double MIN_VALUE
public static final double NaN
public static final double POSITIVE_INFINITY
public static final double NEGATIVE_INFINITY
public static final Class TYPE
public Double(double var0)
public Double(String var0) throws NumberFormatException
NumberFormatException
public int compareTo(Double var0)
public int compareTo(Object var0)
compareTo
in interface Comparable
public static long doubleToLongBits(double var0)
public static long doubleToRawLongBits(double var0)
public double doubleValue()
doubleValue
in class Number
public float floatValue()
floatValue
in class Number
public boolean isInfinite()
public static boolean isInfinite(double var0)
public boolean isNaN()
public static boolean isNaN(double var0)
public static double longBitsToDouble(long var0)
public static double parseDouble(String var0) throws NumberFormatException
NumberFormatException
public short shortValue()
shortValue
in class Number
public static String toString(double var0)
public static Double valueOf(String var0) throws NumberFormatException
NumberFormatException
Copyright © 2006–2013 OSGi Alliance. All rights reserved.