Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Uses of Enum
java.util.Locale.IsoCountryCode
Packages that use Locale.IsoCountryCode
Contains the collections framework, some internationalization support classes, a service loader, properties, random number generation, string parsing and scanning classes, base64 encoding and decoding, a bit array, and several miscellaneous utility classes.
Class declarations in java.util with type arguments of type Locale.IsoCountryCode
static enum
Enum for specifying the type defined in ISO 3166.
Fields in java.util declared as Locale.IsoCountryCode
Locale.IsoCountryCode.PART1_ALPHA2
PART1_ALPHA2 is used to represent the ISO3166-1 alpha-2 two letter country codes.
Locale.IsoCountryCode.PART1_ALPHA3
PART1_ALPHA3 is used to represent the ISO3166-1 alpha-3 three letter country codes.
Locale.IsoCountryCode.PART3
PART3 is used to represent the ISO3166-3 four letter country codes.
Methods in java.util that return Locale.IsoCountryCode
Locale.IsoCountryCode.valueOf(String name)
Locale.IsoCountryCode.values()
Methods in java.util with parameters of type Locale.IsoCountryCode
static Set<String>
Returns a Set of ISO3166 country codes for the specified type.

 Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz