java.lang
Class Double
java.lang.Object
java.lang.Number
java.lang.Double
- All Implemented Interfaces:
- Serializable, Comparable
public final class Double
- extends Number
- implements Comparable
- See Also:
- Serialized Form
MAX_VALUE
public static final double MAX_VALUE
- See Also:
- Constant Field Values
MIN_VALUE
public static final double MIN_VALUE
- See Also:
- Constant Field Values
NaN
public static final double NaN
- See Also:
- Constant Field Values
POSITIVE_INFINITY
public static final double POSITIVE_INFINITY
- See Also:
- Constant Field Values
NEGATIVE_INFINITY
public static final double NEGATIVE_INFINITY
- See Also:
- Constant Field Values
TYPE
public static final Class TYPE
Double
public Double(double var0)
Double
public Double(String var0)
throws NumberFormatException
- Throws:
NumberFormatException
compareTo
public int compareTo(Double var0)
compareTo
public int compareTo(Object var0)
- Specified by:
compareTo
in interface Comparable
byteValue
public byte byteValue()
- Overrides:
byteValue
in class Number
doubleToLongBits
public static long doubleToLongBits(double var0)
doubleToRawLongBits
public static long doubleToRawLongBits(double var0)
doubleValue
public double doubleValue()
- Specified by:
doubleValue
in class Number
equals
public boolean equals(Object var0)
- Overrides:
equals
in class Object
floatValue
public float floatValue()
- Specified by:
floatValue
in class Number
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
intValue
public int intValue()
- Specified by:
intValue
in class Number
isInfinite
public boolean isInfinite()
isInfinite
public static boolean isInfinite(double var0)
isNaN
public boolean isNaN()
isNaN
public static boolean isNaN(double var0)
longBitsToDouble
public static double longBitsToDouble(long var0)
longValue
public long longValue()
- Specified by:
longValue
in class Number
parseDouble
public static double parseDouble(String var0)
throws NumberFormatException
- Throws:
NumberFormatException
shortValue
public short shortValue()
- Overrides:
shortValue
in class Number
toString
public String toString()
- Overrides:
toString
in class Object
toString
public static String toString(double var0)
valueOf
public static Double valueOf(String var0)
throws NumberFormatException
- Throws:
NumberFormatException
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.