Uses of Class
com.ibm.icu.text.AlphabeticIndex.Bucket
-
Packages that use AlphabeticIndex.Bucket Package Description com.ibm.icu.text -
-
Uses of AlphabeticIndex.Bucket in com.ibm.icu.text
Methods in com.ibm.icu.text that return AlphabeticIndex.Bucket Modifier and Type Method Description AlphabeticIndex.Bucket<V>AlphabeticIndex.ImmutableIndex. getBucket(int index)Returns the index-th bucket.Methods in com.ibm.icu.text that return types with arguments of type AlphabeticIndex.Bucket Modifier and Type Method Description Iterator<AlphabeticIndex.Bucket<V>>AlphabeticIndex.ImmutableIndex. iterator()Iterator<AlphabeticIndex.Bucket<V>>AlphabeticIndex. iterator()Return an iterator over the buckets.
-