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(java.util.Locale... additions) |
Add more index characters (aside from what are in the locale)
|
AlphabeticIndex<V> |
AlphabeticIndex.addRecord(java.lang.CharSequence name,
V data) |
Add a record (name and data) to the index.
|
AlphabeticIndex<V> |
AlphabeticIndex.clearRecords() |
Clear the index.
|
AlphabeticIndex<V> |
AlphabeticIndex.setInflowLabel(java.lang.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(java.lang.String overflowLabel) |
Set the overflow label
|
AlphabeticIndex<V> |
AlphabeticIndex.setUnderflowLabel(java.lang.String underflowLabel) |
Set the underflowLabel label
|