HomeSort by relevance Sort by last modified time
    Searched defs:Hashtable (Results 1 - 14 of 14) sorted by null

  /external/icu4c/common/
hash.h 22 * 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 {
36 * Construct a hashtable
40 Hashtable(UBool ignoreKeyCase, UErrorCode& status);
43 * Construct a hashtable
48 Hashtable(UKeyComparator *keyComp, UValueComparator *valueComp, UErrorCode& status);
51 * Construct a hashtable
    [all...]
  /libcore/luni/src/main/java/java/util/
Hashtable.java 28 * Hashtable is a synchronized implementation of {@link Map}. All optional operations are supported.
37 public class Hashtable<K, V> extends Dictionary<K, V>
40 * Min capacity (other than zero) for a Hashtable. Must be a power of two
46 * Max capacity for a Hashtable. Must be a power of two >= MINIMUM_CAPACITY.
101 * Constructs a new {@code Hashtable} using the default capacity and load
105 public Hashtable() {
111 * Constructs a new {@code Hashtable} using the specified capacity and the
117 public Hashtable(int capacity) {
141 * Constructs a new {@code Hashtable} using the specified capacity and load
149 public Hashtable(int capacity, float loadFactor)
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 1530 milliseconds