Skip navigation links
C F G I L S T V 

C

com.neovisionaries.i18n - package com.neovisionaries.i18n
Internationalization package.
CountryCode - Enum in com.neovisionaries.i18n
ISO 3166-1 country code.
CountryCode.Assignment - Enum in com.neovisionaries.i18n
Code assignment state in ISO 3166-1.
CurrencyCode - Enum in com.neovisionaries.i18n
Currency code (ISO 4217).

F

findByName(String) - Static method in enum com.neovisionaries.i18n.CountryCode
Get a list of CountryCode by a name regular expression.
findByName(Pattern) - Static method in enum com.neovisionaries.i18n.CountryCode
Get a list of CountryCode by a name pattern.
findByName(String) - Static method in enum com.neovisionaries.i18n.CurrencyCode
Get a list of CurrencyCode by a name regular expression.
findByName(Pattern) - Static method in enum com.neovisionaries.i18n.CurrencyCode
Get a list of CurrencyCode by a name pattern.
findByName(String) - Static method in enum com.neovisionaries.i18n.LanguageAlpha3Code
Get a list of LanguageAlpha3Code by a name regular expression.
findByName(Pattern) - Static method in enum com.neovisionaries.i18n.LanguageAlpha3Code
Get a list of LanguageAlpha3Code by a name pattern.
findByName(String) - Static method in enum com.neovisionaries.i18n.LanguageCode
Get a list of LanguageCode by a name regular expression.
findByName(Pattern) - Static method in enum com.neovisionaries.i18n.LanguageCode
Get a list of LanguageCode by a name pattern.
findByName(String) - Static method in enum com.neovisionaries.i18n.ScriptCode
Get a list of ScriptCode by a name regular expression.
findByName(Pattern) - Static method in enum com.neovisionaries.i18n.ScriptCode
Get a list of ScriptCode by a name pattern.

G

getAlpha2() - Method in enum com.neovisionaries.i18n.CountryCode
Get the ISO 3166-1 alpha-2 code.
getAlpha2() - Method in enum com.neovisionaries.i18n.LanguageAlpha3Code
Get ISO 639-1 language code.
getAlpha3() - Method in enum com.neovisionaries.i18n.CountryCode
Get the ISO 3166-1 alpha-3 code.
getAlpha3() - Method in enum com.neovisionaries.i18n.LanguageCode
Get ISO 639-2 language code (3-letter lowercase code(s)).
getAlpha3B() - Method in enum com.neovisionaries.i18n.LanguageAlpha3Code
Get the bibliographic code of this language.
getAlpha3T() - Method in enum com.neovisionaries.i18n.LanguageAlpha3Code
Get the terminological code of this language.
getAssignment() - Method in enum com.neovisionaries.i18n.CountryCode
Get the assignment state of this country code in ISO 3166-1.
getByAlpha2Code(String) - Static method in enum com.neovisionaries.i18n.CountryCode
Get a CountryCode that corresponds to the given ISO 3166-1 alpha-2 code.
getByAlpha3Code(String) - Static method in enum com.neovisionaries.i18n.CountryCode
Get a CountryCode that corresponds to the given ISO 3166-1 alpha-3 code.
getByAlpha4Code(String) - Static method in enum com.neovisionaries.i18n.CountryCode
Get a CountryCode that corresponds to the given alpha-4 code.
getByCode(String) - Static method in enum com.neovisionaries.i18n.CountryCode
Get a CountryCode that corresponds to the given ISO 3166-1 alpha-2 or alpha-3 code.
getByCode(String, boolean) - Static method in enum com.neovisionaries.i18n.CountryCode
Get a CountryCode that corresponds to the given ISO 3166-1 alpha-2 or alpha-3 code.
getByCode(int) - Static method in enum com.neovisionaries.i18n.CountryCode
Get a CountryCode that corresponds to the given ISO 3166-1 numeric code.
getByCode(String) - Static method in enum com.neovisionaries.i18n.CurrencyCode
Get a CurrencyCode that corresponds to the given ISO 4217 alpha-3 code.
getByCode(String, boolean) - Static method in enum com.neovisionaries.i18n.CurrencyCode
Get a CurrencyCode that corresponds to the given ISO 4217 alpha-3 code.
getByCode(int) - Static method in enum com.neovisionaries.i18n.CurrencyCode
Get a CurrencyCode that corresponds to the given ISO 4217 numeric code.
getByCode(String) - Static method in enum com.neovisionaries.i18n.LanguageAlpha3Code
Get a LanguageAlpha3Code that corresponds to a given ISO 639-1 code (2-letter lowercase code) or ISO 639-2 code (3-letter lowercase code).
getByCode(String, boolean) - Static method in enum com.neovisionaries.i18n.LanguageAlpha3Code
Get a LanguageAlpha3Code that corresponds to a given ISO 639-1 code (2-letter lowercase code) or ISO 639-2 code (3-letter lowercase code).
getByCode(String) - Static method in enum com.neovisionaries.i18n.LanguageCode
Get a LanguageCode that corresponds to a given ISO 639-1 code (2-letter lowercase code) or ISO 639-2 code (3-letter lowercase code).
getByCode(String, boolean) - Static method in enum com.neovisionaries.i18n.LanguageCode
Get a LanguageCode that corresponds to a given ISO 639-1 code (2-letter lowercase code) or ISO 639-2 code (3-letter lowercase code).
getByCode(String) - Static method in enum com.neovisionaries.i18n.LocaleCode
Get a LocaleCode instance that corresponds to the given code.
getByCode(String, boolean) - Static method in enum com.neovisionaries.i18n.LocaleCode
Get a LocaleCode instance that corresponds to the given code.
getByCode(String, String) - Static method in enum com.neovisionaries.i18n.LocaleCode
Get a LocaleCode instance that corresponds to the given pair of language code and country code.
getByCode(String, String, boolean) - Static method in enum com.neovisionaries.i18n.LocaleCode
Get a LocaleCode instance that corresponds to the given pair of language code and country code.
getByCode(String) - Static method in enum com.neovisionaries.i18n.ScriptCode
Get a ScriptCode instance that corresponds to the given ISO 15924 alpha-4 code.
getByCode(String, boolean) - Static method in enum com.neovisionaries.i18n.ScriptCode
Get a ScriptCode instance that corresponds to the given ISO 15924 alpha-4 code.
getByCode(int) - Static method in enum com.neovisionaries.i18n.ScriptCode
Get a ScriptCode instance that corresponds to the given ISO 15924 numeric code.
getByCodeIgnoreCase(String) - Static method in enum com.neovisionaries.i18n.CountryCode
Get a CountryCode that corresponds to the given ISO 3166-1 alpha-2 or alpha-3 code.
getByCodeIgnoreCase(String) - Static method in enum com.neovisionaries.i18n.CurrencyCode
Get a CurrencyCode that corresponds to the given ISO 4217 alpha-3 code.
getByCodeIgnoreCase(String) - Static method in enum com.neovisionaries.i18n.LanguageAlpha3Code
Get a LanguageAlpha3Code that corresponds to a given ISO 639-1 code (2-letter lowercase code) or ISO 639-2 code (3-letter lowercase code).
getByCodeIgnoreCase(String) - Static method in enum com.neovisionaries.i18n.LanguageCode
Get a LanguageCode that corresponds to a given ISO 639-1 code (2-letter lowercase code) or ISO 639-2 code (3-letter lowercase code).
getByCodeIgnoreCase(String) - Static method in enum com.neovisionaries.i18n.LocaleCode
Get a LocaleCode instance that corresponds to the given code.
getByCodeIgnoreCase(String, String) - Static method in enum com.neovisionaries.i18n.LocaleCode
Get a LocaleCode instance that corresponds to the given pair of language code and country code.
getByCodeIgnoreCase(String) - Static method in enum com.neovisionaries.i18n.ScriptCode
Get a ScriptCode instance that corresponds to the given ISO 15924 alpha-4 code.
getByCountry(String) - Static method in enum com.neovisionaries.i18n.CurrencyCode
Get a list of CurrencyCode instances whose country list contains the specified country.
getByCountry(String, boolean) - Static method in enum com.neovisionaries.i18n.CurrencyCode
Get a list of CurrencyCode instances whose country list contains the specified country.
getByCountry(CountryCode) - Static method in enum com.neovisionaries.i18n.CurrencyCode
Get a list of CurrencyCode instances whose country list contains the specified country.
getByCountry(String) - Static method in enum com.neovisionaries.i18n.LocaleCode
Get a list of LocaleCode instances whose country matches the given one.
getByCountry(String, boolean) - Static method in enum com.neovisionaries.i18n.LocaleCode
Get a list of LocaleCode instances whose country matches the given one.
getByCountry(CountryCode) - Static method in enum com.neovisionaries.i18n.LocaleCode
Get a list of LocaleCode instances whose country matches the given one.
getByCountryIgnoreCase(String) - Static method in enum com.neovisionaries.i18n.CurrencyCode
Get a list of CurrencyCode instances whose country list contains the specified country.
getByCountryIgnoreCase(String) - Static method in enum com.neovisionaries.i18n.LocaleCode
Get a list of LocaleCode instances whose country matches the given one.
getByLanguage(String) - Static method in enum com.neovisionaries.i18n.LocaleCode
Get a list of LocaleCode instances whose language matches the given one.
getByLanguage(String, boolean) - Static method in enum com.neovisionaries.i18n.LocaleCode
Get a list of LocaleCode instances whose language matches the given one.
getByLanguage(LanguageCode) - Static method in enum com.neovisionaries.i18n.LocaleCode
Get a list of LocaleCode instances whose language matches the given one.
getByLanguageIgnoreCase(String) - Static method in enum com.neovisionaries.i18n.LocaleCode
Get a list of LocaleCode instances whose language matches the given one.
getByLocale(Locale) - Static method in enum com.neovisionaries.i18n.CountryCode
Get a CountryCode that corresponds to the country code of the given Locale instance.
getByLocale(Locale) - Static method in enum com.neovisionaries.i18n.LanguageCode
Get a LanguageCode that corresponds to the language code of the given Locale instance.
getByLocale(Locale) - Static method in enum com.neovisionaries.i18n.LocaleCode
Get a LocaleCode instance that corresponds to the given Locale instance.
getCountry() - Method in enum com.neovisionaries.i18n.LocaleCode
Get the country code.
getCountryList() - Method in enum com.neovisionaries.i18n.CurrencyCode
Get the list of countries using this currency.
getCurrency() - Method in enum com.neovisionaries.i18n.CountryCode
Get the currency.
getCurrency() - Method in enum com.neovisionaries.i18n.CurrencyCode
Get the Currency instance that corresponds to this currency code.
getLanguage() - Method in enum com.neovisionaries.i18n.LocaleCode
Get the language code.
getMinorUnit() - Method in enum com.neovisionaries.i18n.CurrencyCode
Get the minor unit.
getName() - Method in enum com.neovisionaries.i18n.CountryCode
Get the country name.
getName() - Method in enum com.neovisionaries.i18n.CurrencyCode
Get the currency name.
getName() - Method in enum com.neovisionaries.i18n.LanguageAlpha3Code
Get the language name.
getName() - Method in enum com.neovisionaries.i18n.LanguageCode
Get the language name.
getName() - Method in enum com.neovisionaries.i18n.ScriptCode
Get English name of this script code.
getNumeric() - Method in enum com.neovisionaries.i18n.CountryCode
Get the ISO 3166-1 numeric code.
getNumeric() - Method in enum com.neovisionaries.i18n.CurrencyCode
Get the ISO 4217 numeric code.
getNumeric() - Method in enum com.neovisionaries.i18n.ScriptCode
Get the numeric code of this script code.
getSynonym() - Method in enum com.neovisionaries.i18n.LanguageAlpha3Code
Get the synonym of this code.
getUsage() - Method in enum com.neovisionaries.i18n.LanguageAlpha3Code
Get the usage of this language code.

I

isFund() - Method in enum com.neovisionaries.i18n.CurrencyCode
Check if this currency code represents a fund.
isPreciousMetal() - Method in enum com.neovisionaries.i18n.CurrencyCode
Check if this currency code represents a precious metal.

L

LanguageAlpha3Code - Enum in com.neovisionaries.i18n
ISO 639-2 language code (3-letter lowercase code).
LanguageAlpha3Code.Usage - Enum in com.neovisionaries.i18n
The usage of this language code.
LanguageCode - Enum in com.neovisionaries.i18n
ISO 639-1 language code.
LocaleCode - Enum in com.neovisionaries.i18n
Locale code.

S

ScriptCode - Enum in com.neovisionaries.i18n

T

toLocale() - Method in enum com.neovisionaries.i18n.CountryCode
Convert this CountryCode instance to a Locale instance.
toLocale() - Method in enum com.neovisionaries.i18n.LanguageCode
Convert this LanguageCode instance to a Locale instance.
toLocale() - Method in enum com.neovisionaries.i18n.LocaleCode
Convert this LocaleCode instance to a Locale instance.
toString() - Method in enum com.neovisionaries.i18n.LocaleCode
Get the string representation of this locale code.

V

valueOf(String) - Static method in enum com.neovisionaries.i18n.CountryCode.Assignment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.neovisionaries.i18n.CountryCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.neovisionaries.i18n.CurrencyCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.neovisionaries.i18n.LanguageAlpha3Code.Usage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.neovisionaries.i18n.LanguageAlpha3Code
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.neovisionaries.i18n.LanguageCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.neovisionaries.i18n.LocaleCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.neovisionaries.i18n.ScriptCode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.neovisionaries.i18n.CountryCode.Assignment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.neovisionaries.i18n.CountryCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.neovisionaries.i18n.CurrencyCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.neovisionaries.i18n.LanguageAlpha3Code.Usage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.neovisionaries.i18n.LanguageAlpha3Code
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.neovisionaries.i18n.LanguageCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.neovisionaries.i18n.LocaleCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.neovisionaries.i18n.ScriptCode
Returns an array containing the constants of this enum type, in the order they are declared.
C F G I L S T V 
Skip navigation links

Copyright © 2021. All rights reserved.