Uses of Class
java.util.Locale.IsoCountryCode
-
Packages that use Locale.IsoCountryCode 软件包 描述 java.util 包含集合框架,一些国际化支持类,一个服务加载器,属性,随机数生成,字符串解析和扫描类,base64编码和解码,一个位数组和几个其他实用程序类。 -
-
Uses of Locale.IsoCountryCode in java.util
Methods in java.util that return Locale.IsoCountryCode Modifier and Type 方法 描述 static Locale.IsoCountryCode
Locale.IsoCountryCode. valueOf(String name)
以指定的名称返回此类型的枚举常量。static Locale.IsoCountryCode[]
Locale.IsoCountryCode. values()
按照它们声明的顺序返回一个包含此枚举类型常量的数组。Methods in java.util with parameters of type Locale.IsoCountryCode Modifier and Type 方法 描述 static Set<String>
Locale. getISOCountries(Locale.IsoCountryCode type)
返回Set
的指定类型的ISO3166国家代码。
-