Returns the next item. @return resulting item, or null if all items have been returned @throws QueryException query exception
()
| 19 | * @throws QueryException query exception |
| 20 | */ |
| 21 | public abstract Item next() throws QueryException; |
| 22 | |
| 23 | /** |
| 24 | * Returns the specified item, or an arbitrary item if the index is invalid. |