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

/libcore/json/src/main/java/org/json/
H A DJSONObject.java62 * fails with a {@code JSONException} if the requested name has no value
65 * returns a system- or user-supplied default if the requested name has no
91 * <li>return {@code true} for {@link #has(String)}
284 * this object has no mapping for {@code name}, this inserts a new mapping.
368 * Returns true if this object has no mapping for {@code name} or if it has
377 * Returns true if this object has a mapping for {@code name}. The mapping
380 public boolean has(String name) { method in class:JSONObject

Completed in 102 milliseconds