public class FilteringRowIterator extends AbstractAcceptingRowIterator
Constructor and Description |
---|
FilteringRowIterator(RowIterator iterator,
RowDecorator decorator,
Selectable where) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
acceptable(int rowindex,
Row row)
My filtering method.
|
java.lang.String |
getShortName() |
java.lang.String |
toString() |
determineNextRow, determinePreviousRow, set
clearNextRow, clearPreviousRow, current, currentIndex, getDelegate, hasCurrent, hasNext, hasPrevious, isNextAvailable, isPreviousAvailable, next, nextIndex, previous, previousIndex, remove, reset, setNext, setPrevious
add, first, isEmpty, last, next, peekNext, peekPrevious, previous, size
public FilteringRowIterator(RowIterator iterator, RowDecorator decorator, Selectable where)
public java.lang.String getShortName()
public java.lang.String toString()
toString
in class java.lang.Object
protected boolean acceptable(int rowindex, Row row) throws AxionException
AbstractAcceptingRowIterator
true
if the given Row
should be
included in the iteration, false
otherwise.acceptable
in class AbstractAcceptingRowIterator
AxionException