Uses of Class
com.ibm.icu.text.AlphabeticIndex.Bucket.LabelType
-
Packages that use AlphabeticIndex.Bucket.LabelType Package Description com.ibm.icu.text -
-
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.LabelTypeAlphabeticIndex.Bucket. getLabelType()Is a normal, underflow, overflow, or inflow bucketstatic AlphabeticIndex.Bucket.LabelTypeAlphabeticIndex.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.
-