Uses of Enum
com.ibm.icu.text.AlphabeticIndex.Bucket.LabelType
Packages that use AlphabeticIndex.Bucket.LabelType
-
Uses of AlphabeticIndex.Bucket.LabelType in com.ibm.icu.text
Fields in com.ibm.icu.text declared as AlphabeticIndex.Bucket.LabelTypeModifier and TypeFieldDescriptionprivate final AlphabeticIndex.Bucket.LabelType
AlphabeticIndex.Bucket.labelType
Methods in com.ibm.icu.text that return AlphabeticIndex.Bucket.LabelTypeModifier and TypeMethodDescriptionAlphabeticIndex.Bucket.getLabelType()
Is a normal, underflow, overflow, or inflow bucketReturns 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.Constructors in com.ibm.icu.text with parameters of type AlphabeticIndex.Bucket.LabelTypeModifierConstructorDescriptionprivate
Bucket
(String label, String lowerBoundary, AlphabeticIndex.Bucket.LabelType labelType) Set up the bucket.