Home
last modified time | relevance | path

Searched defs:toDouble (Results 1 – 2 of 2) sorted by relevance

/libcore/json/src/main/java/org/json/
DJSON.java44 static Double toDouble(Object value) { in toDouble() method in JSON
/libcore/ojluni/src/test/java/util/Arrays/
DSetAllTest.java86 private static final IntToDoubleFunction toDouble = i -> i * 1.1; field in SetAllTest