com.ibm.icu.text
public class IndexCharacters extends java.lang.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 |
---|---|
java.util.Map |
getAlreadyIn()
As the index is built, items may be discarded from the exemplars.
|
java.util.Collection |
getIndexCharacters()
Get the index characters.
|
ULocale |
getLocale()
Get the locale
|
java.util.List |
getNoDistinctSorting()
As the index is built, items may be discarded from the exemplars.
|
java.util.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 java.util.Collection getIndexCharacters()
public ULocale getLocale()
public java.util.Map getAlreadyIn()
public java.util.List getNoDistinctSorting()
public java.util.List getNotAlphabetic()
Copyright (c) 2009 IBM Corporation and others.