|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--ar.com.ktulu.dict.KeyList
A list of headwords. It usually contains all the words a dictionary has. All this information is stored in memory.
| Field Summary | |
(package private) Key[] |
keys
|
| Constructor Summary | |
KeyList()
|
|
KeyList(java.lang.Object[] k)
|
|
| Method Summary | |
Matches |
define(java.lang.String word,
Database db)
|
Matches |
match(java.lang.String word,
Strategy strat,
Database db)
|
int |
size()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
Key[] keys
| Constructor Detail |
public KeyList()
public KeyList(java.lang.Object[] k)
| Method Detail |
public int size()
public Matches define(java.lang.String word,
Database db)
public Matches match(java.lang.String word,
Strategy strat,
Database db)
throws DatabaseException
DatabaseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||