public class InverseFilter<T> extends Object implements Filter<T>
private Filter<? super T>
parent
InverseFilter(Filter<? super T> parent)
boolean
evaluate(T object)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private final Filter<? super T> parent
public InverseFilter(Filter<? super T> parent)
public boolean evaluate(T object)
Filter
evaluate
Filter<T>
object