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)
()
| 1041 | * @see JSONArray#remove(int) |
| 1042 | */ |
| 1043 | public int size() { |
| 1044 | return myArrayList.size(); |
| 1045 | } |
| 1046 | |
| 1047 | |
| 1048 | /** |
no outgoing calls
no test coverage detected