MCPcopy Index your code
hub / github.com/benfry/processing4 / size

Method size

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

Gets the total number of elements in a JSONArray (inclusive of null elements). @webref jsonarray:method @webBrief Gets the total number of elements in a JSONArray @return The length (or size). @see JSONArray#append(String) @see JSONArray#remove(int)

()

Source from the content-addressed store, hash-verified

1126 * @see JSONArray#remove(int)
1127 */
1128 public int size() {
1129 return myArrayList.size();
1130 }
1131
1132
1133 /**

Callers 11

optMethod · 0.95
toStringArrayMethod · 0.95
toIntArrayMethod · 0.95
toLongArrayMethod · 0.95
toFloatArrayMethod · 0.95
toDoubleArrayMethod · 0.95
toBooleanArrayMethod · 0.95
setMethod · 0.95
writeInternalMethod · 0.95
joinMethod · 0.95
loadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected