Uses of Class
com.ibm.icu.text.AlphabeticIndex.Bucket
-
Packages that use AlphabeticIndex.Bucket 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.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 java.util.Iterator<AlphabeticIndex.Bucket<V>>
AlphabeticIndex.ImmutableIndex. iterator()
java.util.Iterator<AlphabeticIndex.Bucket<V>>
AlphabeticIndex. iterator()
Return an iterator over the buckets.
-