Filter.FilterAdapter<T>| Constructor and Description |
|---|
Filter.FilterAdapter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(T obj)
Check if this filter will accept or reject the given object
|
boolean |
accept(T obj,
Configuration configuration)
Check if this filter will accept or reject the given object
|
Filter |
addCriteria(Criteria criteria)
Adds a new criteria to this filter
|
public boolean accept(T obj)
Filterpublic boolean accept(T obj, Configuration configuration)
FilterCopyright © 2011–2013. All rights reserved.