DATATYPE - The data type to filter@Immutable public final class FilterInverted<DATATYPE> extends Object implements IFilter<DATATYPE>
| Constructor and Description |
|---|
FilterInverted(IFilter<DATATYPE> aOriginalFilter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
IFilter<DATATYPE> |
getOriginalFilter() |
int |
hashCode() |
boolean |
matchesFilter(DATATYPE aValue)
Check if the given value matches the filter or not.
|
String |
toString() |
public boolean matchesFilter(DATATYPE aValue)
IFiltermatchesFilter in interface IFilter<DATATYPE>aValue - The object to filter. May be null depending on the
implementation.true if the object match the filter,
false otherwise.Copyright © 2006–2014 phloc systems. All rights reserved.