|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--edu.mssm.crover.tables.KeepAllFilter
Dummy filter that keeps every row.
| Constructor Summary | |
KeepAllFilter()
|
|
| Method Summary | |
void |
init(Table table)
initializes this filter with the table. |
boolean |
keepRow(Table.RowIterator ri)
Always return true. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public KeepAllFilter()
| Method Detail |
public boolean keepRow(Table.RowIterator ri)
keepRow in interface Filterri - The iterator referencing the row to be evaluated.public void init(Table table)
init in interface Filtertable - The table to be filtered.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||