|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - The type of Object we searchpublic interface Searcher<T>
Represents a Searcher. It's an object who can execute a research on a specific type of data.
| Method Summary | |
|---|---|
void |
addFilter(org.jtheque.utils.collections.Filter<T> filter)
Add a filter to the searcher. |
Collection<T> |
search(Collection<T> datas)
Search the results of the search. |
| Method Detail |
|---|
void addFilter(org.jtheque.utils.collections.Filter<T> filter)
filter - The filter to add the to the searcher.Collection<T> search(Collection<T> datas)
datas - The datas
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||