Uses of Class
com.ibm.icu.text.AlphabeticIndex.BucketList
-
Packages that use AlphabeticIndex.BucketList Package Description com.ibm.icu.text Extensions and enhancements to java.text to support unicode transforms, UnicodeSet, surrogate char utilities, UCA collation, normalization, break iteration (rule and dictionary based), enhanced number format, international string searching, and arabic shaping. -
-
Uses of AlphabeticIndex.BucketList in com.ibm.icu.text
Fields in com.ibm.icu.text declared as AlphabeticIndex.BucketList Modifier and Type Field Description private AlphabeticIndex.BucketList<V>
AlphabeticIndex. buckets
private AlphabeticIndex.BucketList<V>
AlphabeticIndex.ImmutableIndex. buckets
Methods in com.ibm.icu.text that return AlphabeticIndex.BucketList Modifier and Type Method Description private AlphabeticIndex.BucketList<V>
AlphabeticIndex. createBucketList()
Constructors in com.ibm.icu.text with parameters of type AlphabeticIndex.BucketList Constructor Description ImmutableIndex(AlphabeticIndex.BucketList<V> bucketList, Collator collatorPrimaryOnly)
-