Searched defs:Double (Results 1 – 7 of 7) sorted by relevance
31 public final class Double extends java.lang.Number implements java.lang.Comparable<java.lang.Double… class33 public Double(double value) { throw new RuntimeException("Stub!"); } in Double() method in Double35 public Double(@libcore.util.NonNull java.lang.String s) throws java.lang.NumberFormatException { th… in Double() method in Double
32 public final class Double extends java.lang.Number class35 public Double(double value) { in Double() method in Double39 public Double(java.lang.String s) throws java.lang.NumberFormatException { in Double() method in Double
49 public final class Double extends Number implements Comparable<Double> { class592 public Double(double value) { in Double() method in Double607 public Double(String s) throws NumberFormatException { in Double() method in Double
112 private Node.OfDouble tree(List<Double> l, Function<List<Double>, Node.OfDouble> m) { in tree()
92 static <T> DoubleStream makeDouble(AbstractPipeline<?, Double, ?> upstream) { in makeDouble() argument246 OfDouble(AbstractPipeline<?, Double, ?> upstream) { in OfDouble() argument
994 assertTrue(JSONObject.wrap(Double.valueOf(0)) instanceof Double); in test_wrap() local
63 Double, enumConstant