Home
last modified time | relevance | path

Searched refs:nonempty (Results 1 – 2 of 2) sorted by relevance

/libcore/json/src/main/java/org/json/
DJSONStringer.java195 JSONStringer close(Scope empty, Scope nonempty, String closeBracket) throws JSONException { in close() argument
197 if (context != nonempty && context != empty) { in close()
202 if (context == nonempty) { in close()
/libcore/ojluni/src/test/java/util/List/
DListFactories.java83 public Iterator<Object[]> nonempty() { in nonempty() method in ListFactories
144 nonempty().forEachRemaining(all::add); in all()
153 nonempty().forEachRemaining(all::add); in nonsublists()