Returns a RowFilter that includes entries that
have at least one Date value meeting the specified
criteria. For example, the following RowFilter includes
only entries with at least one date value after the current date:
RowFilter.dateFilter(ComparisonType.AFTER, new Date());
type | the type of comparison to perform | |
date | the date to compare against | |
indices | the indices of the values to check. If not supplied all values are evaluated |
RowFilter implementing the specified criteria
NullPointerException | if date is
null | |
IllegalArgumentException | if any of the indices
are < 0 or type is
null |
java.util.Calendar, java.util.Date
Diagram: Sorting