Searched defs:Double (Results 1 – 3 of 3) sorted by relevance
26 public final class Double extends Number implements Comparable<Double> { class122 public Double(double value) { in Double() method in Double135 public Double(String string) throws NumberFormatException { in Double() method in Double
27 union Double { union
982 assertTrue(JSONObject.wrap(Double.valueOf(0)) instanceof Double); in test_wrap() local