Checks to see if we have another value in any of the series. Make sure to call #compile() first. @return True if there is more data to process, false if not
()
| 307 | * @return True if there is more data to process, false if not |
| 308 | */ |
| 309 | @Override |
| 310 | public boolean hasNext() { |
| 311 | return iterator.hasNext(); |
| 312 | } |
| 313 | |
| 314 | /** |
| 315 | * Fetches the next set of data and computes a value for the expression. |