com.ibm.icu.text
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:
| Modifier and Type | Field and Description |
|---|---|
static char |
CGJ |
| Constructor and Description |
|---|
IndexCharacters(ULocale locale)
Create the index object.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
getAlreadyIn()
As the index is built, items may be discarded from the exemplars.
|
Collection |
getIndexCharacters()
Get the index characters.
|
ULocale |
getLocale()
Get the locale
|
List |
getNoDistinctSorting()
As the index is built, items may be discarded from the exemplars.
|
List |
getNotAlphabetic()
As the index is built, items may be discarded from the exemplars.
|
public static final char CGJ
public IndexCharacters(ULocale locale)
locale - public Collection getIndexCharacters()
public ULocale getLocale()
public Map getAlreadyIn()
public List getNoDistinctSorting()
public List getNotAlphabetic()
Copyright (c) 2009 IBM Corporation and others.