Uses of Class
com.neovisionaries.i18n.ScriptCode
-
-
Uses of ScriptCode in com.neovisionaries.i18n
Fields in com.neovisionaries.i18n with type parameters of type ScriptCode Modifier and Type Field Description private static java.util.Map<java.lang.Integer,ScriptCode>ScriptCode. numericMapMap to look up ScriptCode by numeric code.Methods in com.neovisionaries.i18n that return ScriptCode Modifier and Type Method Description static ScriptCodeScriptCode. getByCode(int code)Get aScriptCodeinstance that corresponds to the given ISO 15924 numeric code.static ScriptCodeScriptCode. getByCode(java.lang.String code)Get aScriptCodeinstance that corresponds to the given ISO 15924 alpha-4 code.static ScriptCodeScriptCode. getByCode(java.lang.String code, boolean caseSensitive)Get aScriptCodeinstance that corresponds to the given ISO 15924 alpha-4 code.static ScriptCodeScriptCode. getByCodeIgnoreCase(java.lang.String code)Get aScriptCodeinstance that corresponds to the given ISO 15924 alpha-4 code.static ScriptCodeScriptCode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ScriptCode[]ScriptCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.neovisionaries.i18n that return types with arguments of type ScriptCode Modifier and Type Method Description static java.util.List<ScriptCode>ScriptCode. findByName(java.lang.String regex)Get a list ofScriptCodeby a name regular expression.static java.util.List<ScriptCode>ScriptCode. findByName(java.util.regex.Pattern pattern)Get a list ofScriptCodeby a name pattern.
-