类分层结构
- java.lang.Object
- io.github.kylinhunter.tools.dic.words.pinyin.AbstractPinyinService (implements io.github.kylinhunter.tools.dic.words.pinyin.PinyinService)
- io.github.kylinhunter.tools.dic.words.analyzer.AbstractWordAnalyzer (implements io.github.kylinhunter.tools.dic.words.analyzer.WordAnalyzer)
- io.github.kylinhunter.tools.dic.words.analyzer.bean.Word (implements java.io.Serializable)
- io.github.kylinhunter.tools.dic.words.analyzer.bean.Words
枚举分层结构
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
- io.github.kylinhunter.tools.dic.words.pinyin.PinyinType (implements io.github.kylinhunter.commons.component.CT<T>)
- io.github.kylinhunter.tools.dic.words.analyzer.WordAnalyzerType (implements io.github.kylinhunter.commons.component.CT<T>)