org.axiondb.engine.rowiterators
public abstract class AbstractAcceptingRowIterator extends AbstractFilteringRowIterator
acceptable
.
Version: $Revision: 1.5 $ $Date: 2005/04/08 13:40:43 $
Constructor Summary | |
---|---|
AbstractAcceptingRowIterator(RowIterator iterator) |
Method Summary | |
---|---|
protected abstract boolean | acceptable(int rowindex, Row row)
My filtering method. |
protected boolean | determineNextRow() |
protected boolean | determinePreviousRow() |
void | set(Row row) |
true
if the given Rowshould be
included in the iteration, false
otherwise.