Package net.sf.basedb.util.filter
Class StaticFilter<T>
- java.lang.Object
-
- net.sf.basedb.util.filter.StaticFilter<T>
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
pass
-
Constructor Summary
Constructors Constructor Description StaticFilter(boolean pass)
Create a new filter.
-
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.
-