DATATYPE - The data type to filter.@NotThreadSafe public class FilterNotNull<DATATYPE> extends AbstractFilter<DATATYPE>
null values match.| Constructor and Description |
|---|
FilterNotNull() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
matchesThisFilter(DATATYPE aValue)
This is the method to be implemented to match this filter.
|
String |
toString() |
getMatchingStrategy, getNestedFilter, matchesFilter, setMatchingStrategy, setNestedFilter, testpublic boolean matchesThisFilter(@Nullable DATATYPE aValue)
AbstractFiltermatchesThisFilter in class AbstractFilter<DATATYPE>aValue - The value to be matchedtrue if the value matches the filterpublic boolean equals(Object o)
equals in class AbstractFilter<DATATYPE>public int hashCode()
hashCode in class AbstractFilter<DATATYPE>public String toString()
toString in class AbstractFilter<DATATYPE>Copyright © 2014–2015 Philip Helger. All rights reserved.