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, setclearNextRow, clearPreviousRow, current, currentIndex, getDelegate, hasCurrent, hasNext, hasPrevious, isNextAvailable, isPreviousAvailable, next, nextIndex, previous, previousIndex, remove, reset, setNext, setPreviousadd, first, isEmpty, last, next, peekNext, peekPrevious, previous, sizepublic FilteringRowIterator(RowIterator iterator, RowDecorator decorator, Selectable where)
public java.lang.String getShortName()
public java.lang.String toString()
toString in class java.lang.Objectprotected boolean acceptable(int rowindex,
Row row)
throws AxionException
AbstractAcceptingRowIteratortrue if the given Rowshould be
included in the iteration, false otherwise.acceptable in class AbstractAcceptingRowIteratorAxionException