Interface ISeacher<C>
-
- All Known Subinterfaces:
ISearchEngine<C,R>
- All Known Implementing Classes:
DocumentSearchEngine
public interface ISeacher<C>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsearch(C condition)
-
-
-
Method Detail
-
search
void search(C condition)
-
-