Uses of Class
java.util.Locale.IsoCountryCode
-
Packages that use Locale.IsoCountryCode Package Description java.util Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-number generator, and a bit array). -
-
Uses of Locale.IsoCountryCode in java.util
Methods in java.util that return Locale.IsoCountryCode Modifier and Type Method Description static Locale.IsoCountryCode
Locale.IsoCountryCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static Locale.IsoCountryCode[]
Locale.IsoCountryCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in java.util with parameters of type Locale.IsoCountryCode Modifier and Type Method Description static Set<String>
Locale. getISOCountries(Locale.IsoCountryCode type)
Returns aSet
of ISO3166 country codes for the specified type.
-