|
ICU 50.2 50.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.
| UnicodeString AlphabeticIndex::Bucket::label_ |
Definition at line 611 of file alphaindex.h.
| UAlphabeticIndexLabelType AlphabeticIndex::Bucket::labelType_ |
Definition at line 613 of file alphaindex.h.
| UnicodeString AlphabeticIndex::Bucket::lowerBoundary_ |
Definition at line 612 of file alphaindex.h.
| UVector* AlphabeticIndex::Bucket::records_ |
Definition at line 614 of file alphaindex.h.