Searched defs:createDouble (Results 1 – 3 of 3) sorted by relevance
88 public static Value createDouble(double value) { in createDouble() method in Value
103 public void createDouble() { in createDouble() method in ConstantTest
924 public static Double createDouble(final String str) { in createDouble() method in NumberUtils