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

/dalvik/libcore/luni/src/main/java/java/util/
H A DWeakHashMap.java24 * 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> { class in inherits:AbstractMap,Map
185 * Constructs a new empty {@code WeakHashMap} instance.
187 public WeakHashMap() { method in class:WeakHashMap
192 * Constructs a new {@code WeakHashMap} instance with the specified
200 public WeakHashMap(int capacity) { method in class:WeakHashMap
213 * Constructs a new {@code WeakHashMap} instance with the specified capacity
224 public WeakHashMap(int capacity, float loadFactor) { method in class:WeakHashMap
237 * Constructs a new {@code WeakHashMap} instance containing the mappings
243 public WeakHashMap(Ma method in class:WeakHashMap
[all...]

Completed in 103 milliseconds