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
Fields in com.ibm.icu.text declared as AlphabeticIndex.Bucket.LabelType Modifier and Type Field Description private AlphabeticIndex.Bucket.LabelType
AlphabeticIndex.Bucket. labelType
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(java.lang.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.Constructors in com.ibm.icu.text with parameters of type AlphabeticIndex.Bucket.LabelType Constructor Description Bucket(java.lang.String label, java.lang.String lowerBoundary, AlphabeticIndex.Bucket.LabelType labelType)
Set up the bucket.
-