Whether or not another set of results are available. Always call this before calling next. @return True if more results are available, false if not.
()
| 73 | * @return True if more results are available, false if not. |
| 74 | */ |
| 75 | public boolean hasNext(); |
| 76 | |
| 77 | /** |
| 78 | * Iterates the {@link getResults()} to the next set of results. If there |
no outgoing calls
no test coverage detected