Returns the total number of response objects. This should equal the number of request objects in the batch.
()
| 79 | * of request objects in the batch. |
| 80 | */ |
| 81 | public int size() { |
| 82 | return successesByIndex.size() + errorsByIndex.size(); |
| 83 | } |
| 84 | |
| 85 | /** |
| 86 | * Returns whether the request object at the given index produced a success. |
no outgoing calls