Searched defs:Hashtable (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/common/
H A Dhash.h21 * Hashtable is a thin C++ wrapper around UHashtable, a general-purpose void*
22 * hashtable implemented in C. Hashtable is designed to be idiomatic and
25 * Hashtable is an INTERNAL CLASS.
27 class U_COMMON_API Hashtable : public UMemory { class in inherits:UMemory
39 Hashtable(UBool ignoreKeyCase, UErrorCode& status);
47 Hashtable(UKeyComparator *keyComp, UValueComparator *valueComp, UErrorCode& status);
53 Hashtable(UErrorCode& status);
59 Hashtable();
62 * Non-virtual destructor; make this virtual if Hashtable is subclassed
65 ~Hashtable();
115 inline Hashtable::Hashtable(UKeyComparator *keyComp, UValueComparator *valueComp, function in class:Hashtable
119 inline Hashtable::Hashtable(UBool ignoreKeyCase, UErrorCode& status) function in class:Hashtable
130 inline Hashtable::Hashtable(UErrorCode& status) function in class:Hashtable
136 inline Hashtable::Hashtable() function in class:Hashtable
[all...]

Completed in 94 milliseconds