Uses of Class
com.ibm.icu.text.AlphabeticIndex
-
Packages that use AlphabeticIndex Package Description com.ibm.icu.text -
-
Uses of AlphabeticIndex in com.ibm.icu.text
Methods in com.ibm.icu.text that return AlphabeticIndex Modifier and Type Method Description AlphabeticIndex<V>AlphabeticIndex. addLabels(UnicodeSet 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(Locale... 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 labelAlphabeticIndex<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 labelAlphabeticIndex<V>AlphabeticIndex. setUnderflowLabel(String underflowLabel)Set the underflowLabel label
-