public class CollatorFactoryBase extends Object implements CollatorFactory
| Modifier and Type | Field and Description |
|---|---|
static Collator |
DEFAULT_COLLATOR |
static Locale |
DEFAULT_LOCALE |
| Constructor and Description |
|---|
CollatorFactoryBase() |
| Modifier and Type | Method and Description |
|---|---|
Collator |
getCollator(Locale locale) |
Collator |
getCollator(String lang,
String country) |
public static final Locale DEFAULT_LOCALE
public static final Collator DEFAULT_COLLATOR
public Collator getCollator(String lang, String country)
getCollator in interface CollatorFactorypublic Collator getCollator(Locale locale)
getCollator in interface CollatorFactoryCopyright © 2018 JBoss by Red Hat. All rights reserved.