MCPcopy Index your code
hub / github.com/MCBans/MCBans / length

Method length

src/main/java/com/mcbans/plugin/org/json/JSONArray.java:371–373  ·  view source on GitHub ↗

Get the number of elements in the JSONArray, included nulls. @return The length (or size).

()

Source from the content-addressed store, hash-verified

369 * @return The length (or size).
370 */
371 public int length() {
372 return this.myArrayList.size();
373 }
374
375
376 /**

Callers 15

parseMethod · 0.95
toStringMethod · 0.95
rowToJSONArrayMethod · 0.95
toJSONArrayMethod · 0.95
toStringMethod · 0.95
joinMethod · 0.95
optMethod · 0.95
putMethod · 0.95
toJSONObjectMethod · 0.95
toStringMethod · 0.95
writeMethod · 0.95
namesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected