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 and Description |
---|---|
AlphabeticIndex<V> |
AlphabeticIndex.addLabels(Locale... additions)
Add more index characters (aside from what are in the locale)
|
AlphabeticIndex<V> |
AlphabeticIndex.addLabels(ULocale... additions)
Add more index characters (aside from what are in the locale)
|
AlphabeticIndex<V> |
AlphabeticIndex.addLabels(UnicodeSet additions)
Add more index characters (aside from what are in the locale)
|
AlphabeticIndex<V> |
AlphabeticIndex.addRecord(CharSequence name,
V data)
Add a record (name and data) to the index.
|
AlphabeticIndex<V> |
AlphabeticIndex.clearRecords()
Clear the index.
|
AlphabeticIndex<V> |
AlphabeticIndex.setInflowLabel(String inflowLabel)
Set the inflowLabel label
|
AlphabeticIndex<V> |
AlphabeticIndex.setMaxLabelCount(int maxLabelCount)
Set a limit on the number of labels in the index.
|
AlphabeticIndex<V> |
AlphabeticIndex.setOverflowLabel(String overflowLabel)
Set the overflow label
|
AlphabeticIndex<V> |
AlphabeticIndex.setUnderflowLabel(String underflowLabel)
Set the underflowLabel label
|
Copyright © 2016 Unicode, Inc. and others.