net.sourceforge.pmd.util.filter

Class NotFilter<T>

public class NotFilter<T> extends AbstractDelegateFilter<T>

A logical NEGATION of a Filter.

Parameters: The underlying type on which the filter applies.

Constructor Summary
NotFilter()
NotFilter(Filter<T> filter)
Method Summary
booleanfilter(T obj)
StringtoString()

Constructor Detail

NotFilter

public NotFilter()

NotFilter

public NotFilter(Filter<T> filter)

Method Detail

filter

public boolean filter(T obj)

toString

public String toString()