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