Package javax.jcr.query
Interface RowIterator
- All Superinterfaces:
Iterator,RangeIterator
- All Known Implementing Classes:
RowIteratorAdapter
Allows easy iteration through a list of
Rows with
nextRow as well as a skip method inherited from
RangeIterator.-
Method Summary
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, removeMethods inherited from interface javax.jcr.RangeIterator
getPosition, getSize, skip
-
Method Details
-
nextRow
Row nextRow()Returns the nextRowin the iteration.- Returns:
- the next
Rowin the iteration. - Throws:
NoSuchElementException- if iteration has no moreRows.
-