java.lang
Class Double
java.lang.Object
java.lang.Number
java.lang.Double
- All Implemented Interfaces:
- Comparable, Serializable
- public final class Double
- extends Number
- implements Comparable
TYPE
public static final Class TYPE
POSITIVE_INFINITY
public static final double POSITIVE_INFINITY
MAX_EXPONENT
public static final int MAX_EXPONENT
MIN_VALUE
public static final double MIN_VALUE
NEGATIVE_INFINITY
public static final double NEGATIVE_INFINITY
MIN_EXPONENT
public static final int MIN_EXPONENT
serialVersionUID
private static final long serialVersionUID
MIN_NORMAL
public static final double MIN_NORMAL
SIZE
public static final int SIZE
NaN
public static final double NaN
value
private final double value
MAX_VALUE
public static final double MAX_VALUE
Double
public Double(double)
Double
public Double(String)
throws NumberFormatException
- Throws:
NumberFormatException
toString
public static String toString(double)
toHexString
public static String toHexString(double)
valueOf
public static Double valueOf(String)
throws NumberFormatException
- Throws:
NumberFormatException
valueOf
public static Double valueOf(double)
parseDouble
public static double parseDouble(String)
throws NumberFormatException
- Throws:
NumberFormatException
isNaN
public static boolean isNaN(double)
isInfinite
public static boolean isInfinite(double)
isNaN
public boolean isNaN()
isInfinite
public boolean isInfinite()
toString
public String toString()
- Overrides:
toString in class Object
byteValue
public byte byteValue()
- Overrides:
byteValue in class Number
shortValue
public short shortValue()
- Overrides:
shortValue in class Number
intValue
public int intValue()
longValue
public long longValue()
floatValue
public float floatValue()
doubleValue
public double doubleValue()
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object)
- Overrides:
equals in class Object
doubleToLongBits
public static long doubleToLongBits(double)
doubleToRawLongBits
public static long doubleToRawLongBits(double)
longBitsToDouble
public static double longBitsToDouble(long)
compareTo
public int compareTo(Double)
compare
public static int compare(double,
double)
compareTo
public volatile int compareTo(Object)
- Specified by:
compareTo in interface Comparable
JML is Copyright (C) 1998-2002 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This release depends on code from the MultiJava project and is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.