Uses of Class
com.ibm.icu.text.AlphabeticIndex.Bucket.LabelType
-
Packages that use AlphabeticIndex.Bucket.LabelType 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.LabelType in com.ibm.icu.text
Methods in com.ibm.icu.text that return AlphabeticIndex.Bucket.LabelType Modifier and Type Method Description AlphabeticIndex.Bucket.LabelType
AlphabeticIndex.Bucket. getLabelType()
Is a normal, underflow, overflow, or inflow bucketstatic AlphabeticIndex.Bucket.LabelType
AlphabeticIndex.Bucket.LabelType. valueOf(String name)
Returns the enum constant of this type with the specified name.static AlphabeticIndex.Bucket.LabelType[]
AlphabeticIndex.Bucket.LabelType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-