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)
()
| 1126 | * @see JSONArray#remove(int) |
| 1127 | */ |
| 1128 | public int size() { |
| 1129 | return myArrayList.size(); |
| 1130 | } |
| 1131 | |
| 1132 | |
| 1133 | /** |
no outgoing calls
no test coverage detected