#include <hash.h>
Public Methods | |
Hashtable (UErrorCode& status) | |
Hashtable () | |
Construct a hashtable, _disregarding any error_. More... | |
~Hashtable () | |
Non-virtual destructor; make this virtual if Hashtable is subclassed in the future. More... | |
UObjectDeleter | setValueDeleter (UObjectDeleter fn) |
int32_t | count () const |
void* | put (const UnicodeString& key, void* value, UErrorCode& status) |
void* | get (const UnicodeString& key) const |
void* | remove (const UnicodeString& key) |
const UHashElement* | nextElement (int32_t& pos) const |
Hashtable is designed to be idiomatic and easy-to-use in C++.
Hashtable is an INTERNAL CLASS.
Definition at line 24 of file hash.h.
|
|
|
Construct a hashtable, _disregarding any error_. Use this constructor with caution. |
|
Non-virtual destructor; make this virtual if Hashtable is subclassed in the future.
|
|
|
|
Definition at line 98 of file hash.h. Referenced by CollationCache::Find(). |
|
|
|
Definition at line 94 of file hash.h. Referenced by CollationCache::Add(). |
|
|
|
|