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

  /dalvik/libcore/luni/src/main/java/java/util/
WeakHashMap.java 24 * WeakHashMap is an implementation of Map with keys which are WeakReferences. A
34 public class WeakHashMap<K, V> extends AbstractMap<K, V> implements Map<K, V> {
185 * Constructs a new empty {@code WeakHashMap} instance.
187 public WeakHashMap() {
192 * Constructs a new {@code WeakHashMap} instance with the specified
200 public WeakHashMap(int capacity) {
213 * Constructs a new {@code WeakHashMap} instance with the specified capacity
224 public WeakHashMap(int capacity, float loadFactor) {
237 * Constructs a new {@code WeakHashMap} instance containing the mappings
243 public WeakHashMap(Map<? extends K, ? extends V> map)
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 262 milliseconds