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

/external/icu/icu4c/source/common/
H A Dhash.h22 * Hashtable is a thin C++ wrapper around UHashtable, a general-purpose void*
23 * hashtable implemented in C. Hashtable is designed to be idiomatic and
26 * Hashtable is an INTERNAL CLASS.
28 class U_COMMON_API Hashtable : public UMemory { class in inherits:UMemory
40 Hashtable(UBool ignoreKeyCase, UErrorCode& status);
48 Hashtable(UKeyComparator *keyComp, UValueComparator *valueComp, UErrorCode& status);
54 Hashtable(UErrorCode& status);
60 Hashtable();
63 * Non-virtual destructor; make this virtual if Hashtable is subclassed
66 ~Hashtable();
120 inline Hashtable::Hashtable(UKeyComparator *keyComp, UValueComparator *valueComp, function in class:Hashtable
124 inline Hashtable::Hashtable(UBool ignoreKeyCase, UErrorCode& status) function in class:Hashtable
135 inline Hashtable::Hashtable(UErrorCode& status) function in class:Hashtable
141 inline Hashtable::Hashtable() function in class:Hashtable
[all...]
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 242 milliseconds