MCPcopy Index your code
hub / github.com/processing/processing / size

Method size

core/src/processing/data/JSONArray.java:1043–1045  ·  view source on GitHub ↗

Get the number of elements in the JSONArray, included nulls. @webref jsonarray:method @brief Gets the number of elements in the JSONArray @return The length (or size). @see JSONArray#append(String) @see JSONArray#remove(int)

()

Source from the content-addressed store, hash-verified

1041 * @see JSONArray#remove(int)
1042 */
1043 public int size() {
1044 return myArrayList.size();
1045 }
1046
1047
1048 /**

Callers 10

optMethod · 0.95
getStringArrayMethod · 0.95
getIntArrayMethod · 0.95
getLongArrayMethod · 0.95
getFloatArrayMethod · 0.95
getDoubleArrayMethod · 0.95
getBooleanArrayMethod · 0.95
setMethod · 0.95
writeInternalMethod · 0.95
joinMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected