Searched defs:optDouble (Results 1 - 2 of 2) sorted by relevance

/libcore/json/src/main/java/org/json/
H A DJSONArray.java373 public double optDouble(int index) { method in class:JSONArray
374 return optDouble(index, Double.NaN);
381 public double optDouble(int index, double fallback) { method in class:JSONArray
H A DJSONObject.java459 public double optDouble(String name) { method in class:JSONObject
460 return optDouble(name, Double.NaN);
467 public double optDouble(String name, double fallback) { method in class:JSONObject

Completed in 83 milliseconds