ICU 73.2  73.2
Public Member Functions | Friends
icu::AlphabeticIndex::Bucket Class Reference

An index "bucket" with a label string and type. More...

#include <alphaindex.h>

Inheritance diagram for icu::AlphabeticIndex::Bucket:
icu::UObject icu::UMemory

Public Member Functions

virtual ~Bucket ()
 Destructor.
const UnicodeStringgetLabel () const
 Returns the label string.
UAlphabeticIndexLabelType getLabelType () const
 Returns whether this bucket is a normal, underflow, overflow, or inflow bucket.

Friends

class AlphabeticIndex
class BucketList

Detailed Description

An index "bucket" with a label string and type.

It is referenced by getBucketIndex(), and returned by ImmutableIndex.getBucket().

The Bucket class is not intended for public subclassing.

Stable:
ICU 51

Definition at line 202 of file alphaindex.h.


Constructor & Destructor Documentation

Destructor.

Stable:
ICU 51

Member Function Documentation

Returns the label string.

Returns:
the label string for the bucket
Stable:
ICU 51

Definition at line 216 of file alphaindex.h.

Returns whether this bucket is a normal, underflow, overflow, or inflow bucket.

Returns:
the bucket label type
Stable:
ICU 51

Definition at line 223 of file alphaindex.h.


The documentation for this class was generated from the following file: