Class AlphabeticIndex.Bucket<V>

    • Method Detail

      • getLabel

        public java.lang.String getLabel()
        Get the label
        Returns:
        label for the bucket
      • getLabelType

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

        public int size()
        Get the number of records in the bucket.
        Returns:
        number of records in bucket
      • iterator

        public java.util.Iterator<AlphabeticIndex.Record<V>> iterator()
        Iterator over the records in the bucket
        Specified by:
        iterator in interface java.lang.Iterable<V>
      • toString

        public java.lang.String toString()
        Standard toString()
        Overrides:
        toString in class java.lang.Object