ICU 76.1 76.1
|
An index "bucket" with a label string and type. More...
#include <alphaindex.h>
Public Member Functions | |
virtual | ~Bucket () |
Destructor. | |
const UnicodeString & | getLabel () const |
Returns the label string. | |
UAlphabeticIndexLabelType | getLabelType () const |
Returns whether this bucket is a normal, underflow, overflow, or inflow bucket. | |
Public Member Functions inherited from icu::UObject | |
virtual | ~UObject () |
Destructor. | |
virtual UClassID | getDynamicClassID () const |
ICU4C "poor man's RTTI", returns a UClassID for the actual ICU class. | |
Friends | |
class | AlphabeticIndex |
class | BucketList |
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.
Definition at line 202 of file alphaindex.h.
|
inline |
Returns the label string.
Definition at line 216 of file alphaindex.h.
|
inline |
Returns whether this bucket is a normal, underflow, overflow, or inflow bucket.
Definition at line 223 of file alphaindex.h.
|
friend |
Definition at line 226 of file alphaindex.h.
Definition at line 227 of file alphaindex.h.