Filter.FilterAdapter<T>
Constructor and Description |
---|
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)
Filter
public boolean accept(T obj, Configuration configuration)
Filter
Copyright © 2011–2014. All rights reserved.