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

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

Completed in 98 milliseconds