| Interface | Description |
|---|---|
| IHasLocale |
Base interface for objects having a locale.
|
| IHasLocales |
Base interface for objects having zero or more locales.
|
| Class | Description |
|---|---|
| CollatingComparatorLocaleDisplayName |
Comparator that sorts Locale objects by their
display name in the system locale. |
| CollatingComparatorLocaleDisplayNameInLocale |
Comparator that sorts Locale objects by their
display name in a given locale. |
| CollatingComparatorLocaleDisplayNameNative |
Comparator to sort Locale objects in the order
given by their native name. |
| ComparatorLocale |
Compare
Locale objects by their String representation. |
| LocaleCache |
This is a global cache for Locale objects to avoid too many object flowing
around.
|
| LocaleFormatter |
Helper class to safely print numbers in a formatted way.
|
| LocaleHelper |
Misc locale utility methods.
|
| LocaleParser |
Helper class to safely parse formatted numbers.
|
| Enum | Description |
|---|---|
| ELocaleName |
Special locale names that are not part of the Java runtime.
|
Copyright © 2014–2015 Philip Helger. All rights reserved.