Package | Description |
---|---|
jgloss.dictionary |
Dictionary interfaces and implementations.
|
Modifier and Type | Method and Description |
---|---|
KanjiDic.Entry |
KanjiDic.lookup(char kanji)
Returns the entry for the given kanji.
|
Modifier and Type | Method and Description |
---|---|
List<KanjiDic.Entry> |
KanjiDic.lookup(String key)
Returns a list of
KanjiDic.Entry objects for the given key. |
Modifier and Type | Method and Description |
---|---|
protected void |
KanjiDic.addReadings(String line,
KanjiDic.Entry e,
String[] readings)
Adds the entry to the map of entries for all readings given as parameter.
|
Copyright © 2001-2013 the JGloss developers. All Rights Reserved.