Lines Matching full:buckets
106 * The class also supports having buckets for strings before the first (underflow),
133 * // Show index at top. We could skip or gray out empty buckets
141 * // Show the buckets with their contents, skipping empty buckets
153 * if its bucket is empty. Small buckets could also be combined based on size, such as:
165 * they "lazily" build the index buckets.
168 * buckets and their labels and label types.
240 * and random access to buckets and their properties,
256 * Returns the number of index buckets and labels, including underflow/inflow/overflow.
258 * @return the number of index buckets
379 * Get the default label used for abbreviated buckets <i>between</i> other index characters.
389 * Set the default label used for abbreviated buckets <i>between</i> other index characters.
487 * Remove all Records from the Index. The set of Buckets, which define the headings under
537 * over the Buckets of this index. Return -1 if no iteration is in process.
545 * Advance the iteration over the Buckets of this index. Return FALSE if
546 * there are no more Buckets.
558 * Return the name of the Label of the current bucket from an iteration over the buckets.
569 * iteration over Buckets.)
700 * A (name, data) pair, to be sorted by name into one of the index buckets.
715 * Holds all user records before they are distributed into buckets.