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

/dalvik/libcore/luni/src/main/native/
H A Djava_lang_Double.c17 } Double; typedef in typeref:union:__anon12
26 Double d;
44 Double d;
56 Double d;
74 return jniRegisterNativeMethods(env, "java/lang/Double",
/dalvik/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
80 public static final Class<Double> TYPE = (Class<Double>) new double[0]
84 // defined to be "java.lang.Double.TYPE";
95 * Constructs a new {@code Double} with the specified primitive double
102 public Double(double value) { method in class:Double
107 * Constructs a new {@code Double} from the specified string.
116 public Double(String string) throws NumberFormatException { method in class:Double
124 * <li>{@code Double
[all...]

Completed in 66 milliseconds