|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.util.LocaleUtils.LocaleComparator
public static final class LocaleUtils.LocaleComparator
Comparator comparing locales by their String representations.
| Constructor Summary | |
|---|---|
LocaleUtils.LocaleComparator()
|
|
| Method Summary | |
|---|---|
int |
compare(java.util.Locale arg0,
java.util.Locale arg1)
compares the given locales by their String representations. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.util.Comparator |
|---|
equals |
| Constructor Detail |
|---|
public LocaleUtils.LocaleComparator()
| Method Detail |
|---|
public int compare(java.util.Locale arg0,
java.util.Locale arg1)
compare in interface java.util.Comparator<java.util.Locale>arg0 - the first locale in the comparisonarg1 - the second locale in the comparison
0 (zero) if the strings are equal; compareTo
returns 0 (zero) exactly when the
Object.equals(Object) method would return
true.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||