MCPcopy Create free account
hub / github.com/Var3D/var3dframe / put

Method put

core/src/core/java/var3d/net/center/json/JSONArray.java:138–141  ·  view source on GitHub ↗

Appends value to the end of this array. @return this array.

(boolean value)

Source from the content-addressed store, hash-verified

136 * @return this array.
137 */
138 public JSONArray put(boolean value) {
139 values.add(value);
140 return this;
141 }
142
143 /**
144 * Appends {@code value} to the end of this array.

Callers 4

readArrayMethod · 0.95
JSONArrayMethod · 0.95
accumulateMethod · 0.95
toJSONArrayMethod · 0.95

Calls 2

checkDoubleMethod · 0.95
setMethod · 0.80

Tested by

no test coverage detected