public class IndexCharacters extends Object
The static list would be presented as something like
A B C D E F G H I J K L M N O P Q R S T U V W X Y ZIn the UI, an index character could be omitted if its bucket is empty. For example, if there is nothing in the bucket for Q, then Q could be omitted.
Important Notes:
Constructor and Description |
---|
IndexCharacters(ULocale locale)
Create the index object.
|
IndexCharacters(ULocale locale,
UnicodeSet exemplarSet,
Collator collator)
Deprecated.
This API is ICU internal only.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Set<String>> |
getAlreadyIn()
Deprecated.
This API is ICU internal only.
|
Collection<String> |
getIndexCharacters()
Get the index characters.
|
ULocale |
getLocale()
Get the locale
|
List<String> |
getNoDistinctSorting()
Deprecated.
This API is ICU internal only.
|
List<String> |
getNotAlphabetic()
Deprecated.
This API is ICU internal only.
|
public IndexCharacters(ULocale locale)
locale
- The locale to be passed.public IndexCharacters(ULocale locale, UnicodeSet exemplarSet, Collator collator)
public Collection<String> getIndexCharacters()
public ULocale getLocale()
public Map<String,Set<String>> getAlreadyIn()
public List<String> getNoDistinctSorting()
Copyright (c) 2011 IBM Corporation and others.