|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - The type of the object subject to testing.public interface Filter<T>
A method of filtering objects to those that match an arbitrary criteria.
The GNU Lesser General Public License for details.| Method Summary | |
|---|---|
boolean |
test(T obj)
Does this given object pass the test implemented by this filter |
| Method Detail |
|---|
boolean test(T obj)
obj - The object to test
|
Copyright ยจ 2003-2015 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||