Package net.sf.basedb.util.filter
Class InverseFilter<T>
- java.lang.Object
-
- net.sf.basedb.util.filter.InverseFilter<T>
-
-
Constructor Summary
Constructors Constructor Description InverseFilter(Filter<? super T> parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
evaluate(T object)
Evaluate if the given object should pass the filter or not.
-