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