E
-
public interface Filter<E>
Modifier and Type | Method and Description |
---|---|
boolean |
accept(E obj, java.lang.Object[] params)
Returns true if the given entry with the specified params should be included in the results
|
boolean accept(E obj, java.lang.Object[] params)
obj
- an entry in the searchparams
-