|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.jaulp.locale.LocaleUtils
public class LocaleUtils
Utility class for Locales and Countries.
Field Summary | |
---|---|
static java.lang.String[] |
COUNTRY_CODES
Array with all country codes. |
Constructor Summary | |
---|---|
LocaleUtils()
|
Method Summary | |
---|---|
static boolean |
isISOCountryCode(java.lang.String code)
Checks the given code if its a valide ISO 3166-1 countrycode. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String[] COUNTRY_CODES
Constructor Detail |
---|
public LocaleUtils()
Method Detail |
---|
public static boolean isISOCountryCode(java.lang.String code)
code
- The code to check.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |