跳过导航链接
A C D F G H I N O P S T V Y 

A

AbstractPinyinTone - com.github.houbb.pinyin.support.tone中的类
抽象拼音映射实现类
AbstractPinyinTone() - 类 的构造器com.github.houbb.pinyin.support.tone.AbstractPinyinTone
 
AbstractPinyinToneStyle - com.github.houbb.pinyin.support.style中的类
project: pinyin-IPinyinStyle create on 2020/2/24 21:44
AbstractPinyinToneStyle() - 类 的构造器com.github.houbb.pinyin.support.style.AbstractPinyinToneStyle
 

C

CharPinyinSegment - com.github.houbb.pinyin.support.segment中的类
直接基于字符切分 (1)不具有分词准确性 (2)性能较好 TODO: 后期替换为分词框架 分词应该保持中立,因为涉及到繁简体转换。
CharPinyinSegment() - 类 的构造器com.github.houbb.pinyin.support.segment.CharPinyinSegment
 
chars() - 类 中的静态方法com.github.houbb.pinyin.support.segment.PinyinSegments
chars 分词
CharToneInfo - com.github.houbb.pinyin.model中的类
project: pinyin-ToneItem create on 2020/1/18 16:14
CharToneInfo() - 类 的构造器com.github.houbb.pinyin.model.CharToneInfo
 
chinese() - 类 中的方法com.github.houbb.pinyin.api.impl.PinyinContext
 
chinese(IPinyinChinese) - 类 中的方法com.github.houbb.pinyin.api.impl.PinyinContext
 
chinese() - 接口 中的方法com.github.houbb.pinyin.api.IPinyinContext
中文服务类
com.github.houbb.pinyin - 程序包 com.github.houbb.pinyin
 
com.github.houbb.pinyin.api - 程序包 com.github.houbb.pinyin.api
核心用户 api 模块
com.github.houbb.pinyin.api.impl - 程序包 com.github.houbb.pinyin.api.impl
 
com.github.houbb.pinyin.bs - 程序包 com.github.houbb.pinyin.bs
 
com.github.houbb.pinyin.constant - 程序包 com.github.houbb.pinyin.constant
 
com.github.houbb.pinyin.constant.enums - 程序包 com.github.houbb.pinyin.constant.enums
 
com.github.houbb.pinyin.exception - 程序包 com.github.houbb.pinyin.exception
 
com.github.houbb.pinyin.model - 程序包 com.github.houbb.pinyin.model
 
com.github.houbb.pinyin.spi - 程序包 com.github.houbb.pinyin.spi
 
com.github.houbb.pinyin.support - 程序包 com.github.houbb.pinyin.support
格式支持实现
com.github.houbb.pinyin.support.chinese - 程序包 com.github.houbb.pinyin.support.chinese
 
com.github.houbb.pinyin.support.data - 程序包 com.github.houbb.pinyin.support.data
 
com.github.houbb.pinyin.support.segment - 程序包 com.github.houbb.pinyin.support.segment
 
com.github.houbb.pinyin.support.segment.trie - 程序包 com.github.houbb.pinyin.support.segment.trie
 
com.github.houbb.pinyin.support.style - 程序包 com.github.houbb.pinyin.support.style
 
com.github.houbb.pinyin.support.tone - 程序包 com.github.houbb.pinyin.support.tone
 
com.github.houbb.pinyin.util - 程序包 com.github.houbb.pinyin.util
 
connector() - 类 中的方法com.github.houbb.pinyin.api.impl.PinyinContext
 
connector(String) - 类 中的方法com.github.houbb.pinyin.api.impl.PinyinContext
 
connector() - 接口 中的方法com.github.houbb.pinyin.api.IPinyinContext
连接符
connector(String) - 类 中的方法com.github.houbb.pinyin.bs.PinyinBs
设置连接符号

D

data() - 类 中的方法com.github.houbb.pinyin.api.impl.PinyinContext
 
data(IPinyinData) - 类 中的方法com.github.houbb.pinyin.api.impl.PinyinContext
 
data() - 接口 中的方法com.github.houbb.pinyin.api.IPinyinContext
拼音数据实现
DefaultPinyinSegment - com.github.houbb.pinyin.support.segment中的类
默认的中文繁简体转换
DefaultPinyinSegment() - 类 的构造器com.github.houbb.pinyin.support.segment.DefaultPinyinSegment
 
DefaultPinyinTone - com.github.houbb.pinyin.support.tone中的类
正常的拼音注音形式 (1)单个字的词库与词组的词库分离 (2)二者词库都是懒加载,只有使用的时候才会去初始化。
DefaultPinyinTone() - 类 的构造器com.github.houbb.pinyin.support.tone.DefaultPinyinTone
 
DefaultPinyinToneStyle - com.github.houbb.pinyin.support.style中的类
默认格式 project: pinyin-IPinyinStyle create on 2020/2/24 21:44
DefaultPinyinToneStyle() - 类 的构造器com.github.houbb.pinyin.support.style.DefaultPinyinToneStyle
 
DefaultPinyinTrieTreeMap - com.github.houbb.pinyin.support.segment.trie中的类
project: pinyin-DefaultPinyinTrieMap create on 2020/2/7 17:39
DefaultPinyinTrieTreeMap() - 类 的构造器com.github.houbb.pinyin.support.segment.trie.DefaultPinyinTrieTreeMap
 
defaults() - 类 中的静态方法com.github.houbb.pinyin.support.chinese.PinyinChineses
默认实现
defaults() - 类 中的静态方法com.github.houbb.pinyin.support.segment.PinyinSegments
默认分词
defaults() - 类 中的静态方法com.github.houbb.pinyin.support.style.PinyinToneStyles
返回默认实现
defaults() - 类 中的静态方法com.github.houbb.pinyin.support.tone.PinyinTones
默认实现
DefaultsPinyinChinese - com.github.houbb.pinyin.support.chinese中的类
默认实现,不对中文进行转换处理。
DefaultsPinyinChinese() - 类 的构造器com.github.houbb.pinyin.support.chinese.DefaultsPinyinChinese
 
desc() - 枚举 中的方法com.github.houbb.pinyin.constant.enums.PinyinToneNumEnum
 

F

firstLetter() - 类 中的静态方法com.github.houbb.pinyin.support.style.PinyinToneStyles
返回首字母实现
FirstLetterPinyinToneStyle - com.github.houbb.pinyin.support.style中的类
首字母的拼音注音形式
FirstLetterPinyinToneStyle() - 类 的构造器com.github.houbb.pinyin.support.style.FirstLetterPinyinToneStyle
 

G

getCharFormat(String, CharToneInfo) - 类 中的方法com.github.houbb.pinyin.support.style.AbstractPinyinToneStyle
获取单个字符拼音的格式化
getCharFormat(String, CharToneInfo) - 类 中的方法com.github.houbb.pinyin.support.style.FirstLetterPinyinToneStyle
 
getCharFormat(String, CharToneInfo) - 类 中的方法com.github.houbb.pinyin.support.style.InputToneStyle
 
getCharFormat(String, CharToneInfo) - 类 中的方法com.github.houbb.pinyin.support.style.NormalPinyinToneStyle
 
getCharFormat(String, CharToneInfo) - 类 中的方法com.github.houbb.pinyin.support.style.NumLastPinyinToneStyle
 
getCharTone(String, IPinyinToneStyle) - 类 中的方法com.github.houbb.pinyin.support.tone.AbstractPinyinTone
获取单个字的映射
getCharTone(String, IPinyinToneStyle) - 类 中的方法com.github.houbb.pinyin.support.tone.DefaultPinyinTone
 
getCharToneInfo(String) - 类 中的方法com.github.houbb.pinyin.support.tone.DefaultPinyinTone
获取对应的声调信息
getCharToneInfo(String) - 类 中的静态方法com.github.houbb.pinyin.util.InnerToneHelper
获取对应的声调信息
getCharTones(String, IPinyinToneStyle) - 类 中的方法com.github.houbb.pinyin.support.tone.AbstractPinyinTone
获取单个字符的所有拼音列表
getCharTones(String, IPinyinToneStyle) - 类 中的方法com.github.houbb.pinyin.support.tone.DefaultPinyinTone
 
getHanziList(String) - 接口 中的方法com.github.houbb.pinyin.spi.IPinyinToneReverse
获取对应的汉字列表
getHanziList(String) - 类 中的方法com.github.houbb.pinyin.support.tone.PinyinToneReverse
 
getIndex() - 类 中的方法com.github.houbb.pinyin.model.CharToneInfo
 
getLetter() - 类 中的方法com.github.houbb.pinyin.model.ToneItem
 
getPhraseTone(String, IPinyinToneStyle, String) - 类 中的方法com.github.houbb.pinyin.support.tone.AbstractPinyinTone
获取词组的映射
getPhraseTone(String, IPinyinToneStyle, String) - 类 中的方法com.github.houbb.pinyin.support.tone.DefaultPinyinTone
 
getStaticVolatileMap() - 类 中的方法com.github.houbb.pinyin.support.segment.trie.DefaultPinyinTrieTreeMap
 
getTone() - 类 中的方法com.github.houbb.pinyin.model.ToneItem
 
getTone(PinyinStyleEnum) - 类 中的静态方法com.github.houbb.pinyin.support.style.PinyinToneStyles
获取对应的标注实现
getToneItem() - 类 中的方法com.github.houbb.pinyin.model.CharToneInfo
 
getToneItem(char) - 类 中的静态方法com.github.houbb.pinyin.util.InnerToneHelper
获取对应的拼音信息
getWordCollection() - 类 中的方法com.github.houbb.pinyin.support.segment.trie.DefaultPinyinTrieTreeMap
 

H

hasSamePinyin(char, char, IPinyinContext) - 类 中的方法com.github.houbb.pinyin.api.impl.Pinyin
 
hasSamePinyin(char, char, IPinyinContext) - 接口 中的方法com.github.houbb.pinyin.api.IPinyin
是否为同音字
hasSamePinyin(char, char) - 类 中的方法com.github.houbb.pinyin.bs.PinyinBs
拥有相同的拼音
hasSamePinyin(char, char) - 类 中的静态方法com.github.houbb.pinyin.util.PinyinHelper
是否拥有相同的拼音

I

init() - 类 中的方法com.github.houbb.pinyin.bs.PinyinBs
 
InnerToneHelper - com.github.houbb.pinyin.util中的类
project: pinyin-ToneHelper create on 2020/1/18 16:13
input() - 类 中的静态方法com.github.houbb.pinyin.support.style.PinyinToneStyles
符合输入法的实现方式
InputToneStyle - com.github.houbb.pinyin.support.style中的类
符合输入法的方式 nv 女 lv 绿
InputToneStyle() - 类 的构造器com.github.houbb.pinyin.support.style.InputToneStyle
 
IPinyin - com.github.houbb.pinyin.api中的接口
拼音核心用户 api
IPinyinChinese - com.github.houbb.pinyin.spi中的接口
拼音中文接口
IPinyinContext - com.github.houbb.pinyin.api中的接口
拼音核心用户 api 上下文
IPinyinData - com.github.houbb.pinyin.spi中的接口
声母韵母
IPinyinSegment - com.github.houbb.pinyin.spi中的接口
拼音分词接口
IPinyinTone - com.github.houbb.pinyin.spi中的接口
拼音连接接口 (1)可以使用模式来制定对应的映射实现。
IPinyinToneReverse - com.github.houbb.pinyin.spi中的接口
拼音的反向数据 key: pinyin value: 汉字列表
IPinyinToneStyle - com.github.houbb.pinyin.spi中的接口
project: pinyin-IPinyinStyle create on 2020/2/24 21:44
isChinese(String) - 接口 中的方法com.github.houbb.pinyin.spi.IPinyinChinese
是否为中文 TODO: 这里有一个疑问,是直接 tone 映射比较快,还是每次判断之后再映射快?
isChinese(char) - 接口 中的方法com.github.houbb.pinyin.spi.IPinyinChinese
是否为中文
isChinese(String) - 类 中的方法com.github.houbb.pinyin.support.chinese.DefaultsPinyinChinese
 
isChinese(char) - 类 中的方法com.github.houbb.pinyin.support.chinese.DefaultsPinyinChinese
 
isPing(int) - 枚举 中的静态方法com.github.houbb.pinyin.constant.enums.PinyinToneNumEnum
是否为平声字
isSoftly(int) - 枚举 中的静态方法com.github.houbb.pinyin.constant.enums.PinyinToneNumEnum
是否为轻声
isZe(int) - 枚举 中的静态方法com.github.houbb.pinyin.constant.enums.PinyinToneNumEnum
是否为仄声字
isZeroShengMu(String) - 接口 中的方法com.github.houbb.pinyin.spi.IPinyinData
零声母
isZeroShengMu(String) - 类 中的方法com.github.houbb.pinyin.support.data.PinyinData
 

N

newInstance() - 类 中的静态方法com.github.houbb.pinyin.api.impl.PinyinContext
返回实例
newInstance() - 类 中的静态方法com.github.houbb.pinyin.bs.PinyinBs
新建引导类实例
normal() - 类 中的静态方法com.github.houbb.pinyin.support.style.PinyinToneStyles
正常格式的实现
NormalPinyinToneStyle - com.github.houbb.pinyin.support.style中的类
不带声调的注音形式 (1)直接使用便利替换,避免 regex 的开销。
NormalPinyinToneStyle() - 类 的构造器com.github.houbb.pinyin.support.style.NormalPinyinToneStyle
 
num() - 枚举 中的方法com.github.houbb.pinyin.constant.enums.PinyinToneNumEnum
 
numLast() - 类 中的静态方法com.github.houbb.pinyin.support.style.PinyinToneStyles
数字放在最后的实现
NumLastPinyinToneStyle - com.github.houbb.pinyin.support.style中的类
数字标注放在最后拼音注音形式
NumLastPinyinToneStyle() - 类 的构造器com.github.houbb.pinyin.support.style.NumLastPinyinToneStyle
 

O

of(ToneItem, int) - 类 中的静态方法com.github.houbb.pinyin.model.CharToneInfo
构建对象实例
of(char, int) - 类 中的静态方法com.github.houbb.pinyin.model.ToneItem
构建对象实例

P

phraseSet() - 接口 中的方法com.github.houbb.pinyin.spi.IPinyinTone
词组列表 作用:快速分词。
phraseSet() - 类 中的方法com.github.houbb.pinyin.support.tone.DefaultPinyinTone
 
Pinyin - com.github.houbb.pinyin.api.impl中的类
project: pinyin-Pinyin create on 2020/2/24 22:27
Pinyin() - 类 的构造器com.github.houbb.pinyin.api.impl.Pinyin
 
PINYIN_DICT_CHAR_DEFINE - 类 中的静态变量com.github.houbb.pinyin.constant.PinyinConst
单个字拼音自定义
PINYIN_DICT_CHAR_SYSTEM - 类 中的静态变量com.github.houbb.pinyin.constant.PinyinConst
单个字拼音系统内置
PINYIN_DICT_PHRASE_DEFINE - 类 中的静态变量com.github.houbb.pinyin.constant.PinyinConst
词组拼音自定义
PINYIN_DICT_PHRASE_SYSTEM - 类 中的静态变量com.github.houbb.pinyin.constant.PinyinConst
词组拼音系统内置
PINYIN_DICT_TONE_SYSTEM - 类 中的静态变量com.github.houbb.pinyin.constant.PinyinConst
拼音音调标注字典
PinyinBs - com.github.houbb.pinyin.bs中的类
拼音引导类
PinyinChineses - com.github.houbb.pinyin.support.chinese中的类
project: pinyin-PinyinChineses create on 2020/2/8 11:35
PinyinConst - com.github.houbb.pinyin.constant中的类
拼音常量
PinyinContext - com.github.houbb.pinyin.api.impl中的类
拼音核心用户 api
PinyinContext() - 类 的构造器com.github.houbb.pinyin.api.impl.PinyinContext
 
PinyinData - com.github.houbb.pinyin.support.data中的类
声母韵母
PinyinData() - 类 的构造器com.github.houbb.pinyin.support.data.PinyinData
 
PinyinException - com.github.houbb.pinyin.exception中的异常错误
拼音异常类
PinyinException() - 异常错误 的构造器com.github.houbb.pinyin.exception.PinyinException
 
PinyinException(String) - 异常错误 的构造器com.github.houbb.pinyin.exception.PinyinException
 
PinyinException(String, Throwable) - 异常错误 的构造器com.github.houbb.pinyin.exception.PinyinException
 
PinyinException(Throwable) - 异常错误 的构造器com.github.houbb.pinyin.exception.PinyinException
 
PinyinException(String, Throwable, boolean, boolean) - 异常错误 的构造器com.github.houbb.pinyin.exception.PinyinException
 
PinyinHelper - com.github.houbb.pinyin.util中的类
简化用于调用
PinyinSegments - com.github.houbb.pinyin.support.segment中的类
project: pinyin-PinyinSegments create on 2020/2/24 22:37
PinyinStyleEnum - com.github.houbb.pinyin.constant.enums中的枚举
拼音样式枚举 某种程度上,这里是不需要得。
PinyinToneNumEnum - com.github.houbb.pinyin.constant.enums中的枚举
拼音音调编号枚举 project: pinyin-PinyinToneNumEnum create on 2020/2/23 17:01
pinyinToneReverse() - 类 中的方法com.github.houbb.pinyin.api.impl.PinyinContext
 
pinyinToneReverse(IPinyinToneReverse) - 类 中的方法com.github.houbb.pinyin.api.impl.PinyinContext
 
pinyinToneReverse() - 接口 中的方法com.github.houbb.pinyin.api.IPinyinContext
拼音反向
pinyinToneReverse(IPinyinToneReverse) - 类 中的方法com.github.houbb.pinyin.bs.PinyinBs
拼音反向标注
PinyinToneReverse - com.github.houbb.pinyin.support.tone中的类
反向拼音 key: pinyin value: hanziList
PinyinToneReverse() - 类 的构造器com.github.houbb.pinyin.support.tone.PinyinToneReverse
 
PinyinTones - com.github.houbb.pinyin.support.tone中的类
project: pinyin-PinyinTones create on 2020/2/24 22:18
PinyinToneStyles - com.github.houbb.pinyin.support.style中的类
拼音标注的不同形式 project: pinyin-PinyinTones create on 2020/1/18 17:04

S

samePinyinList(String, boolean, IPinyinContext) - 类 中的方法com.github.houbb.pinyin.api.impl.Pinyin
 
samePinyinList(String, boolean, IPinyinContext) - 接口 中的方法com.github.houbb.pinyin.api.IPinyin
相同的拼音列表
samePinyinList(String, boolean) - 类 中的方法com.github.houbb.pinyin.bs.PinyinBs
相同的拼音列表
samePinyinList(String) - 类 中的静态方法com.github.houbb.pinyin.util.PinyinHelper
获取拼音对应的同音字列表
samePinyinMap(char) - 类 中的静态方法com.github.houbb.pinyin.util.PinyinHelper
同音字 map 因为汉字存在多音字,所以这里返回的是一个 map key: 汉字的拼音 value: 对应的同音字列表
segment() - 类 中的方法com.github.houbb.pinyin.api.impl.PinyinContext
 
segment(IPinyinSegment) - 类 中的方法com.github.houbb.pinyin.api.impl.PinyinContext
 
segment() - 接口 中的方法com.github.houbb.pinyin.api.IPinyinContext
分词实现
segment(IPinyinSegment) - 类 中的方法com.github.houbb.pinyin.bs.PinyinBs
添加自定义分词
segment(String) - 接口 中的方法com.github.houbb.pinyin.spi.IPinyinSegment
对字符串执行分词
segment(String) - 类 中的方法com.github.houbb.pinyin.support.segment.CharPinyinSegment
 
segment(String) - 类 中的方法com.github.houbb.pinyin.support.segment.DefaultPinyinSegment
 
segment(String) - 类 中的方法com.github.houbb.pinyin.support.segment.SinglePinyinSegment
 
setIndex(int) - 类 中的方法com.github.houbb.pinyin.model.CharToneInfo
 
setToneItem(ToneItem) - 类 中的方法com.github.houbb.pinyin.model.CharToneInfo
 
shengMu(String) - 接口 中的方法com.github.houbb.pinyin.spi.IPinyinData
获取声母
shengMu(String) - 类 中的方法com.github.houbb.pinyin.support.data.PinyinData
 
shengMuList(String, IPinyinContext) - 类 中的方法com.github.houbb.pinyin.api.impl.Pinyin
 
shengMuList(String, IPinyinContext) - 接口 中的方法com.github.houbb.pinyin.api.IPinyin
已过时。
single() - 类 中的静态方法com.github.houbb.pinyin.support.segment.PinyinSegments
单个分词
SinglePinyinSegment - com.github.houbb.pinyin.support.segment中的类
单个字符的分词实现 (1)为了保证 api 的统一性
SinglePinyinSegment() - 类 的构造器com.github.houbb.pinyin.support.segment.SinglePinyinSegment
 
style() - 类 中的方法com.github.houbb.pinyin.api.impl.PinyinContext
 
style(IPinyinToneStyle) - 类 中的方法com.github.houbb.pinyin.api.impl.PinyinContext
 
style() - 接口 中的方法com.github.houbb.pinyin.api.IPinyinContext
样式
style(IPinyinToneStyle) - 类 中的方法com.github.houbb.pinyin.bs.PinyinBs
设置样式
style(String) - 接口 中的方法com.github.houbb.pinyin.spi.IPinyinToneStyle
进行格式化
style(String) - 类 中的方法com.github.houbb.pinyin.support.style.AbstractPinyinToneStyle
 
style(String) - 类 中的方法com.github.houbb.pinyin.support.style.DefaultPinyinToneStyle
 

T

tone() - 类 中的方法com.github.houbb.pinyin.api.impl.PinyinContext
 
tone(IPinyinTone) - 类 中的方法com.github.houbb.pinyin.api.impl.PinyinContext
 
tone() - 接口 中的方法com.github.houbb.pinyin.api.IPinyinContext
注音实现
tone(String, IPinyinContext) - 接口 中的方法com.github.houbb.pinyin.spi.IPinyinTone
获取映射后的信息
tone(String, IPinyinContext) - 类 中的方法com.github.houbb.pinyin.support.tone.AbstractPinyinTone
 
ToneItem - com.github.houbb.pinyin.model中的类
project: pinyin-ToneItem create on 2020/1/18 16:14
ToneItem() - 类 的构造器com.github.houbb.pinyin.model.ToneItem
 
toneList(String, IPinyinContext) - 接口 中的方法com.github.houbb.pinyin.spi.IPinyinTone
返回所有的列表
toneList(String, IPinyinContext) - 类 中的方法com.github.houbb.pinyin.support.tone.AbstractPinyinTone
 
toneNum(String) - 接口 中的方法com.github.houbb.pinyin.spi.IPinyinTone
根据中文获取对应的拼音声调 1.
toneNum(String) - 类 中的方法com.github.houbb.pinyin.support.tone.DefaultPinyinTone
 
toneNumList(String, IPinyinContext) - 类 中的方法com.github.houbb.pinyin.api.impl.Pinyin
 
toneNumList(char, IPinyinContext) - 类 中的方法com.github.houbb.pinyin.api.impl.Pinyin
 
toneNumList(String, IPinyinContext) - 接口 中的方法com.github.houbb.pinyin.api.IPinyin
已过时。
toneNumList(char, IPinyinContext) - 接口 中的方法com.github.houbb.pinyin.api.IPinyin
已过时。
toPinyin(String, IPinyinContext) - 类 中的方法com.github.houbb.pinyin.api.impl.Pinyin
 
toPinyin(String, IPinyinContext) - 接口 中的方法com.github.houbb.pinyin.api.IPinyin
获取指定字符串的拼音
toPinyin(String) - 类 中的方法com.github.houbb.pinyin.bs.PinyinBs
转换为拼音字符串
toPinyin(String) - 类 中的静态方法com.github.houbb.pinyin.util.PinyinHelper
转换为拼音
toPinyin(String, PinyinStyleEnum) - 类 中的静态方法com.github.houbb.pinyin.util.PinyinHelper
转换为拼音
toPinyin(String, PinyinStyleEnum, String) - 类 中的静态方法com.github.houbb.pinyin.util.PinyinHelper
转换为拼音
toPinyinList(char, IPinyinContext) - 类 中的方法com.github.houbb.pinyin.api.impl.Pinyin
 
toPinyinList(char, IPinyinContext) - 接口 中的方法com.github.houbb.pinyin.api.IPinyin
返回所有拼音列表 (1)返回当前汉字的所有拼音列表 (2)如果不是汉字,返回其本身
toPinyinList(char) - 类 中的方法com.github.houbb.pinyin.bs.PinyinBs
转换为拼音列表
toPinyinList(char) - 类 中的静态方法com.github.houbb.pinyin.util.PinyinHelper
返回拼音列表
toPinyinList(char, PinyinStyleEnum) - 类 中的静态方法com.github.houbb.pinyin.util.PinyinHelper
返回拼音列表
toSimple(String) - 接口 中的方法com.github.houbb.pinyin.spi.IPinyinChinese
转换为简体 (1)为了兼顾性能,避免两次分词。
toSimple(char) - 接口 中的方法com.github.houbb.pinyin.spi.IPinyinChinese
转换为简体
toSimple(String) - 类 中的方法com.github.houbb.pinyin.support.chinese.DefaultsPinyinChinese
 
toSimple(char) - 类 中的方法com.github.houbb.pinyin.support.chinese.DefaultsPinyinChinese
 
toString() - 枚举 中的方法com.github.houbb.pinyin.constant.enums.PinyinToneNumEnum
 
toString() - 类 中的方法com.github.houbb.pinyin.model.CharToneInfo
 
toString() - 类 中的方法com.github.houbb.pinyin.model.ToneItem
 

V

valueOf(String) - 枚举 中的静态方法com.github.houbb.pinyin.constant.enums.PinyinStyleEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.github.houbb.pinyin.constant.enums.PinyinToneNumEnum
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.github.houbb.pinyin.constant.enums.PinyinStyleEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.github.houbb.pinyin.constant.enums.PinyinToneNumEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

Y

yunMu(String) - 接口 中的方法com.github.houbb.pinyin.spi.IPinyinData
获取韵母
yunMu(String) - 类 中的方法com.github.houbb.pinyin.support.data.PinyinData
 
yunMuList(String, IPinyinContext) - 类 中的方法com.github.houbb.pinyin.api.impl.Pinyin
 
yunMuList(String, IPinyinContext) - 接口 中的方法com.github.houbb.pinyin.api.IPinyin
已过时。
A C D F G H I N O P S T V Y 
跳过导航链接

Copyright © 2023. All rights reserved.