Searched defs:Double (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/lang/
H A DDouble.java26 public final class Double extends Number implements Comparable<Double> { class in inherits:Number,Comparable
81 * Equal to {@code Math.getExponent(Double.MAX_VALUE)}.
89 * Equal to {@code Math.getExponent(Double.MIN_NORMAL)}.
102 public static final Class<Double> TYPE
103 = (Class<Double>) double[].class.getComponentType();
104 // Note: Double.TYPE can't be set to "double.class", since *that* is
105 // defined to be "java.lang.Double.TYPE";
116 * Constructs a new {@code Double} with the specified primitive double
122 public Double(doubl method in class:Double
135 public Double(String string) throws NumberFormatException { method in class:Double
[all...]

Completed in 60 milliseconds