MCPcopy
hub / github.com/nICEnnnnnnnLee/BilibiliDown / put

Method put

src/org/json/JSONArray.java:873–875  ·  view source on GitHub ↗

Append a boolean value. This increases the array's length by one. @param value A boolean value. @return this.

(boolean value)

Source from the content-addressed store, hash-verified

871 * @return this.
872 */
873 public JSONArray put(boolean value) {
874 return this.put(value ? Boolean.TRUE : Boolean.FALSE);
875 }
876
877 /**
878 * Put a value in the JSONArray, where the value will be a JSONArray which

Callers 15

parseMethod · 0.95
rowToJSONArrayMethod · 0.95
toJSONArrayMethod · 0.95
JSONArrayMethod · 0.95
toJSONArrayMethod · 0.95
addSourceMethod · 0.45
XMLTokenerClass · 0.45
toPropertiesMethod · 0.45
uploadFingerprintMethod · 0.45
genNewFingerprintMethod · 0.45
genLoginHeaderMethod · 0.45
findClassMethod · 0.45

Calls 3

testValidityMethod · 0.95
lengthMethod · 0.95
setMethod · 0.80

Tested by 1

resultMethod · 0.36