|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.dictccfe.and.Thr
net.sf.dictccfe.and.Search
net.sf.dictccfe.and.SearchExact
public final class SearchExact
Exact searching for keyword descriptions.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class net.sf.dictccfe.and.Search |
---|
Search.DictConfig |
Constructor Summary | |
---|---|
SearchExact()
|
Method Summary | |
---|---|
protected void |
dosearch(android.database.sqlite.SQLiteDatabase aDb,
java.lang.CharSequence aKey,
ISearchResult aSearchResult)
Implementation of the exact search for keyword descriptions. |
Methods inherited from class net.sf.dictccfe.and.Search |
---|
getDictConfig, run, search, setDb |
Methods inherited from class net.sf.dictccfe.and.Thr |
---|
getGoon, start, stop |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SearchExact()
Method Detail |
---|
protected final void dosearch(android.database.sqlite.SQLiteDatabase aDb, java.lang.CharSequence aKey, ISearchResult aSearchResult) throws java.lang.Exception
dosearch
in class Search
aDb
- the database in which to search for keyword
descriptions.aKey
- the keyword, for which to search for keyword
descriptions.
Never null.aSearchResult
- interface for result callbacks. May be null.
java.lang.Exception
- various IOException, UnsupportedEncodingException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |