ICU 50.1.2
50.1.2
|
A Bucket holds an index label and references to everything belonging to that label. More...
#include <alphaindex.h>
Public Member Functions | |
Bucket (const UnicodeString &label, const UnicodeString &lowerBoundary, UAlphabeticIndexLabelType type, UErrorCode &status) | |
Data Fields | |
UnicodeString | label_ |
UnicodeString | lowerBoundary_ |
UAlphabeticIndexLabelType | labelType_ |
UVector * | records_ |
A Bucket holds an index label and references to everything belonging to that label.
For implementation use only. Declared public because pure C implementation code needs access.
Definition at line 610 of file alphaindex.h.