|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ajaest.jdk.data.auxi.KanjiStringListEntry
net.ajaest.jdk.data.kanji.ReadingEntry
public class ReadingEntry
Generic immutable class that stores a list of String
representing
readings of the refered kanji category represented by the String key
.
Constructor Summary | |
---|---|
ReadingEntry(java.lang.String key,
java.util.List<java.lang.String> readings,
java.lang.Integer unicodeRef)
|
Method Summary |
---|
Methods inherited from class net.ajaest.jdk.data.auxi.KanjiStringListEntry |
---|
getElements, getKey, getUnicodeRef |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReadingEntry(java.lang.String key, java.util.List<java.lang.String> readings, java.lang.Integer unicodeRef)
key
- Category of readingunicodeRef
- Refered kanji
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |