Class TextCollatorRegistryICU
java.lang.Object
com.apple.foundationdb.record.icu.TextCollatorRegistryICU
- All Implemented Interfaces:
TextCollatorRegistry
@API(EXPERIMENTAL)
public class TextCollatorRegistryICU
extends Object
implements TextCollatorRegistry
A text collator registry using ICU4J's
Collator implementation.-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetName()getTextCollator(int strength) getTextCollator(String locale, int strength) static TextCollatorRegistryinstance()Get the singleton instance of this registry.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.apple.foundationdb.record.provider.common.text.TextCollatorRegistry
getTextCollator, getTextCollator
-
Field Details
-
INSTANCE
-
-
Method Details
-
instance
Get the singleton instance of this registry.- Returns:
- the text collator registry that used ICU classes.
-
getName
- Specified by:
getNamein interfaceTextCollatorRegistry
-
getTextCollator
- Specified by:
getTextCollatorin interfaceTextCollatorRegistry
-
getTextCollator
- Specified by:
getTextCollatorin interfaceTextCollatorRegistry
-