Class AlphabeticIndex.Bucket<V>

    • Method Detail

      • getLabel

        public String getLabel()
        Get the label
        Returns:
        label for the bucket
        Status:
        Stable ICU 4.8.
      • getLabelType

        public AlphabeticIndex.Bucket.LabelType getLabelType()
        Is a normal, underflow, overflow, or inflow bucket
        Returns:
        is an underflow, overflow, or inflow bucket
        Status:
        Stable ICU 4.8.
      • size

        public int size()
        Get the number of records in the bucket.
        Returns:
        number of records in bucket
        Status:
        Stable ICU 4.8.
      • toString

        public String toString()
        Standard toString()
        Overrides:
        toString in class Object
        Status:
        Stable ICU 4.8.