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
Fields in com.ibm.icu.text declared as AlphabeticIndex.Bucket Modifier and Type Field Description private AlphabeticIndex.Bucket<V>
AlphabeticIndex.Bucket. displayBucket
Fields in com.ibm.icu.text with type parameters of type AlphabeticIndex.Bucket Modifier and Type Field Description private java.util.ArrayList<AlphabeticIndex.Bucket<V>>
AlphabeticIndex.BucketList. bucketList
private java.util.List<AlphabeticIndex.Bucket<V>>
AlphabeticIndex.BucketList. immutableVisibleList
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 private java.util.Iterator<AlphabeticIndex.Bucket<V>>
AlphabeticIndex.BucketList. fullIterator()
Private iterator over all the buckets, visible and invisiblejava.util.Iterator<AlphabeticIndex.Bucket<V>>
AlphabeticIndex.BucketList. iterator()
Iterator over just the visible buckets.java.util.Iterator<AlphabeticIndex.Bucket<V>>
AlphabeticIndex.ImmutableIndex. iterator()
java.util.Iterator<AlphabeticIndex.Bucket<V>>
AlphabeticIndex. iterator()
Return an iterator over the buckets.Constructor parameters in com.ibm.icu.text with type arguments of type AlphabeticIndex.Bucket Constructor Description BucketList(java.util.ArrayList<AlphabeticIndex.Bucket<V>> bucketList, java.util.ArrayList<AlphabeticIndex.Bucket<V>> publicBucketList)
-