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:
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 |
---|---|
java.util.Map<java.lang.String,java.util.Set<java.lang.String>> |
getAlreadyIn()
Deprecated.
This API is ICU internal only.
|
java.util.Collection<java.lang.String> |
getIndexCharacters()
Get the index characters.
|
ULocale |
getLocale()
Get the locale
|
java.util.List<java.lang.String> |
getNoDistinctSorting()
Deprecated.
This API is ICU internal only.
|
java.util.List<java.lang.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 java.util.Collection<java.lang.String> getIndexCharacters()
public ULocale getLocale()
public java.util.Map<java.lang.String,java.util.Set<java.lang.String>> getAlreadyIn()
public java.util.List<java.lang.String> getNoDistinctSorting()
public java.util.List<java.lang.String> getNotAlphabetic()
Copyright (c) 2011 IBM Corporation and others.