Uses of Class
com.ibm.icu.text.AlphabeticIndex

Packages that use AlphabeticIndex
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. 
 

Uses of AlphabeticIndex in com.ibm.icu.text
 

Methods in com.ibm.icu.text that return AlphabeticIndex
 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 (c) 2010 IBM Corporation and others.