Package lukfor.tables.rows.filters
Class RowValueRegExFilter
- java.lang.Object
-
- lukfor.tables.rows.filters.RowValueRegExFilter
-
- All Implemented Interfaces:
IRowFilter
public class RowValueRegExFilter extends Object implements IRowFilter
-
-
Constructor Summary
Constructors Constructor Description RowValueRegExFilter(String column, String regex)
-
-
-
Method Detail
-
accepts
public boolean accepts(Row row)
- Specified by:
acceptsin interfaceIRowFilter
-
-