Package net.sourceforge.pmd.util.filter
Class NotFilter<T>
- java.lang.Object
-
- net.sourceforge.pmd.util.filter.AbstractDelegateFilter<T>
-
- net.sourceforge.pmd.util.filter.NotFilter<T>
-
- Type Parameters:
T
- The underlying type on which the filter applies.
- All Implemented Interfaces:
Filter<T>
@Deprecated public class NotFilter<T> extends AbstractDelegateFilter<T>
Deprecated.SeeFilter
A logical NEGATION of a Filter.
-
-
Field Summary
-
Fields inherited from class net.sourceforge.pmd.util.filter.AbstractDelegateFilter
filter
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
filter(T obj)
Deprecated.String
toString()
Deprecated.-
Methods inherited from class net.sourceforge.pmd.util.filter.AbstractDelegateFilter
getFilter, setFilter
-
-