MCPcopy
hub / github.com/google/gson / size

Method size

gson/src/main/java/com/google/gson/JsonArray.java:198–200  ·  view source on GitHub ↗

Returns the number of elements in the array. @return the number of elements in the array.

()

Source from the content-addressed store, hash-verified

196 * @return the number of elements in the array.
197 */
198 public int size() {
199 return elements.size();
200 }
201
202 /**
203 * Returns true if the array is empty.

Callers 9

writeMethod · 0.45
writeOneofFieldsMethod · 0.45
deserializeMethod · 0.45
deepCopyMethod · 0.45
getAsSingleElementMethod · 0.45
newImmutableListMethod · 0.45

Calls

no outgoing calls

Tested by 3