icu::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 icu::AlphabeticIndex::Bucket:
icu::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.


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

Generated on 25 Nov 2014 for ICU 50.1.2 by  doxygen 1.6.1