|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbb.util.LocaleTimeZoneUtil
public class LocaleTimeZoneUtil
The original version of this class did Locale and TimeZone checking code for another project. The code that remains merely prints out diagnostic information. Am keeping this around in case some other use for it is ever found...
This class is multithread safe: it is stateless.
Nested Class Summary | |
---|---|
static class |
LocaleTimeZoneUtil.LocaleComparator
Imposes an ordering on Locales that is consistent with equals; see compare for details. |
Constructor Summary | |
---|---|
private |
LocaleTimeZoneUtil()
This private constructor suppresses the default (public) constructor, ensuring non-instantiability. |
Method Summary | |
---|---|
static void |
main(String[] args)
Performs the default Locale and TimeZone checks. |
private static void |
printAvailable()
|
private static void |
printDefaults()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
private LocaleTimeZoneUtil()
Method Detail |
---|
public static void main(String[] args)
private static void printDefaults()
private static void printAvailable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |