MCPcopy Create free account
hub / github.com/MCBans/MCBans / put

Method put

src/main/java/com/mcbans/plugin/org/json/JSONArray.java:569–572  ·  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

567 * @return this.
568 */
569 public JSONArray put(boolean value) {
570 put(value ? Boolean.TRUE : Boolean.FALSE);
571 return this;
572 }
573
574
575 /**

Callers 15

parseMethod · 0.95
rowToJSONArrayMethod · 0.95
toJSONArrayMethod · 0.95
JSONArrayMethod · 0.95
namesMethod · 0.95
toJSONArrayMethod · 0.95
addBanMethod · 0.45
releaseMethod · 0.45
buildBindsMethod · 0.45
registerCommandMethod · 0.45
AltLookupRequestMethod · 0.45
PreviousNamesMethod · 0.45

Calls 2

testValidityMethod · 0.95
lengthMethod · 0.95

Tested by

no test coverage detected