javax.jcr.query
Interface RowIterator

All Superinterfaces:
java.util.Iterator, RangeIterator

public interface RowIterator
extends RangeIterator


Method Summary
 Row nextRow()
          Returns the next Row in the iteration.
 
Methods inherited from interface javax.jcr.RangeIterator
getPosition, getSize, skip
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

nextRow

public Row nextRow()
Returns the next Row in the iteration.

Returns:
the next Row in the iteration.
Throws:
java.util.NoSuchElementException - if iteration has no more Rows.


Copyright © 2004-2005 Day Software Management AG. All Rights Reserved.