Uses of Class
com.ibm.icu.text.AlphabeticIndex.BucketList
-
Packages that use AlphabeticIndex.BucketList Package Description com.ibm.icu.text -
-
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)
-