Package | Description |
---|---|
com.ibm.icu.text |
Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping.
|
Modifier and Type | Method | Description |
---|---|---|
CollationElementIterator |
RuleBasedCollator.getCollationElementIterator(UCharacterIterator source) |
Return a CollationElementIterator for the given UCharacterIterator.
|
CollationElementIterator |
RuleBasedCollator.getCollationElementIterator(String source) |
Return a CollationElementIterator for the given String.
|
CollationElementIterator |
RuleBasedCollator.getCollationElementIterator(CharacterIterator source) |
Return a CollationElementIterator for the given CharacterIterator.
|
Copyright © 2016 Unicode, Inc. and others.