Get the number of elements in the JSONArray, included nulls. @return The length (or size).
()
| 369 | * @return The length (or size). |
| 370 | */ |
| 371 | public int length() { |
| 372 | return this.myArrayList.size(); |
| 373 | } |
| 374 | |
| 375 | |
| 376 | /** |
no outgoing calls
no test coverage detected