#include <colldata.h>
Inheritance diagram for StringList:
Public Member Functions | |
StringList (UErrorCode &status) | |
Construct an empty StringList . | |
~StringList () | |
The destructor. | |
void | add (const UnicodeString *string, UErrorCode &status) |
Add a string to the list. | |
void | add (const UChar *chars, int32_t count, UErrorCode &status) |
Add an array of Unicode code points to the list. | |
const UnicodeString * | get (int32_t index) const |
Get a particular string from the list. | |
int32_t | size () const |
Get the number of stings in the list. | |
virtual UClassID | getDynamicClassID () const |
ICU4C "poor man's RTTI", returns a UClassID for the actual ICU class. | |
Static Public Member Functions | |
UClassID | getStaticClassID () |
This object holds a list of UnicodeString
objects.
Definition at line 155 of file colldata.h.
|
Construct an empty
|
|
The destructor.
|
|
Add an array of Unicode code points to the list.
|
|
Add a string to the list.
|
|
Get a particular string from the list.
|
|
ICU4C "poor man's RTTI", returns a UClassID for the actual ICU class.
Implements UObject. |
|
Get the number of stings in the list.
|