|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the type of objects that can be filtered by this filter.public interface Filter<T>
A filter for objects of type T. A generified version of Commons Collection's Predicate.
| Method Summary | |
|---|---|
boolean |
accepts(T t)
returns true iff this filter accepts t. |
| Method Detail |
|---|
boolean accepts(T t)
t.
t - the object to judge
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||