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. | |
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 196 of file alphaindex.h.
| virtual icu::AlphabeticIndex::Bucket::~Bucket | ( | ) | [virtual] |
Destructor.
| const UnicodeString& icu::AlphabeticIndex::Bucket::getLabel | ( | ) | const [inline] |
Returns the label string.
Definition at line 210 of file alphaindex.h.
| UAlphabeticIndexLabelType icu::AlphabeticIndex::Bucket::getLabelType | ( | ) | const [inline] |
Returns whether this bucket is a normal, underflow, overflow, or inflow bucket.
Definition at line 217 of file alphaindex.h.
1.6.1