ICU 50.2 50.2
AlphabeticIndex::Bucket Struct Reference

A Bucket holds an index label and references to everything belonging to that label. More...

#include <alphaindex.h>

Inheritance diagram for AlphabeticIndex::Bucket:
UMemory

Public Member Functions

 Bucket (const UnicodeString &label, const UnicodeString &lowerBoundary, UAlphabeticIndexLabelType type, UErrorCode &status)
 

Data Fields

UnicodeString label_
 
UnicodeString lowerBoundary_
 
UAlphabeticIndexLabelType labelType_
 
UVector * records_
 

Detailed Description

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.

Internal
Do not use. This API is for internal use only.

Definition at line 610 of file alphaindex.h.

Field Documentation

◆ label_

UnicodeString AlphabeticIndex::Bucket::label_

Definition at line 611 of file alphaindex.h.

◆ labelType_

UAlphabeticIndexLabelType AlphabeticIndex::Bucket::labelType_

Definition at line 613 of file alphaindex.h.

◆ lowerBoundary_

UnicodeString AlphabeticIndex::Bucket::lowerBoundary_

Definition at line 612 of file alphaindex.h.

◆ records_

UVector* AlphabeticIndex::Bucket::records_

Definition at line 614 of file alphaindex.h.


The documentation for this struct was generated from the following file: