Uses of Class
com.ibm.icu.text.AlphabeticIndex.Bucket
Packages that use AlphabeticIndex.Bucket
-
Uses of AlphabeticIndex.Bucket in com.ibm.icu.text
Fields in com.ibm.icu.text declared as AlphabeticIndex.BucketModifier and TypeFieldDescriptionprivate AlphabeticIndex.Bucket<V>
AlphabeticIndex.Bucket.displayBucket
Fields in com.ibm.icu.text with type parameters of type AlphabeticIndex.BucketModifier and TypeFieldDescriptionprivate final ArrayList<AlphabeticIndex.Bucket<V>>
AlphabeticIndex.BucketList.bucketList
private final List<AlphabeticIndex.Bucket<V>>
AlphabeticIndex.BucketList.immutableVisibleList
Methods in com.ibm.icu.text that return AlphabeticIndex.BucketModifier and TypeMethodDescriptionAlphabeticIndex.ImmutableIndex.getBucket
(int index) Returns the index-th bucket.Methods in com.ibm.icu.text that return types with arguments of type AlphabeticIndex.BucketModifier and TypeMethodDescriptionprivate Iterator<AlphabeticIndex.Bucket<V>>
AlphabeticIndex.BucketList.fullIterator()
Private iterator over all the buckets, visible and invisibleAlphabeticIndex.BucketList.iterator()
Iterator over just the visible buckets.AlphabeticIndex.ImmutableIndex.iterator()
AlphabeticIndex.iterator()
Return an iterator over the buckets.Constructor parameters in com.ibm.icu.text with type arguments of type AlphabeticIndex.BucketModifierConstructorDescriptionprivate
BucketList
(ArrayList<AlphabeticIndex.Bucket<V>> bucketList, ArrayList<AlphabeticIndex.Bucket<V>> publicBucketList)