|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.ajaest.data.auxi.Pair<java.lang.String,java.lang.String>
net.ajaest.data.kanji.KanjiStringPair
net.ajaest.data.kanji.DicReferencePair
public class DicReferencePair
Inmutable representation of a kanji dictionary entry information.
Constructor Summary | |
---|---|
DicReferencePair(java.lang.String first,
java.lang.String second,
java.lang.Integer unicodeRef)
|
Method Summary |
---|
Methods inherited from class net.ajaest.data.kanji.KanjiStringPair |
---|
getUnicodeRef, setFirst, setSecond |
Methods inherited from class net.ajaest.data.auxi.Pair |
---|
equals, getFirst, getSecond, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DicReferencePair(java.lang.String first, java.lang.String second, java.lang.Integer unicodeRef)
first
- Dictionary namesecond
- Dictionare referenceunicodeRef
- Referenced kanji
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |