| 程序包 | 说明 |
|---|---|
| com.jn.langx.text.i18n |
| 限定符和类型 | 方法和说明 |
|---|---|
static ScriptCode |
ScriptCode.getByCode(int code)
Get a
ScriptCode instance that corresponds to the given
ISO 15924 numeric code. |
static ScriptCode |
ScriptCode.getByCode(String code)
Get a
ScriptCode instance that corresponds to the given
ISO 15924 alpha-4 code. |
static ScriptCode |
ScriptCode.getByCode(String code,
boolean caseSensitive)
Get a
ScriptCode instance that corresponds to the given
ISO 15924 alpha-4 code. |
static ScriptCode |
ScriptCode.getByCodeIgnoreCase(String code)
Get a
ScriptCode instance that corresponds to the given
ISO 15924 alpha-4 code. |
static ScriptCode |
ScriptCode.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ScriptCode[] |
ScriptCode.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static List<ScriptCode> |
ScriptCode.findByName(Pattern pattern)
Get a list of
ScriptCode by a name pattern. |
static List<ScriptCode> |
ScriptCode.findByName(String regex)
Get a list of
ScriptCode by a name regular expression. |
Copyright © 2019. All rights reserved.