Searched defs:toDouble (Results 1 – 2 of 2) sorted by relevance
44 static Double toDouble(Object value) { in toDouble() method in JSON
86 private static final IntToDoubleFunction toDouble = i -> i * 1.1; field in SetAllTest