Iterates the getResults() to the next set of results. If there aren't any results left, the implementation may throw an exception. Always call hasNext() first.
()
| 80 | * call {@link hasNext()} first. |
| 81 | */ |
| 82 | public void next(); |
| 83 | |
| 84 | /** |
| 85 | * Determines whether the individual series in the {@code values} array has |
no outgoing calls
no test coverage detected