|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.isogen.i18nsupport.compare.IcuComparatorFactoryImpl
Constructs ICU collators. These collators are more complete and accurate than the built-in Java collators. At the moment this factory does not support the use of local collation rules. However, the whole point of using the ICU collators is that you shouldn't need any local collation rules.
Constructor Summary | |
IcuComparatorFactoryImpl()
|
Method Summary | |
java.util.Comparator |
getComparatorForLocale(java.util.Locale locale)
Constructs a Comparator for the specified locale. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IcuComparatorFactoryImpl()
Method Detail |
public java.util.Comparator getComparatorForLocale(java.util.Locale locale) throws ComparatorException
ComparatorFactory
getComparatorForLocale
in interface ComparatorFactory
locale
- The Locale for which a Comparator is desired.
ComparatorException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |