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

/libcore/ojluni/src/main/java/java/util/
H A DWeakHashMap.java39 * An entry in a <tt>WeakHashMap</tt> will automatically be removed when
53 * A synchronized <tt>WeakHashMap</tt> may be constructed using the
61 * <tt>WeakHashMap</tt> at some later time and be surprised that its entry
65 * however, the automatic removal of <tt>WeakHashMap</tt> entries whose
68 * <p> The behavior of the <tt>WeakHashMap</tt> class depends in part upon
72 * <tt>WeakHashMap</tt> may behave as though an unknown thread is silently
74 * <tt>WeakHashMap</tt> instance and invoke none of its mutator methods, it
86 * <p> Each key object in a <tt>WeakHashMap</tt> is stored indirectly as
92 * <tt>WeakHashMap</tt> are held by ordinary strong references. Thus care
96 * key via the <tt>WeakHashMap</t
136 public class WeakHashMap<K,V> class in inherits:AbstractMap,Map
207 public WeakHashMap(int initialCapacity, float loadFactor) { method in class:WeakHashMap
232 public WeakHashMap(int initialCapacity) { method in class:WeakHashMap
240 public WeakHashMap() { method in class:WeakHashMap
254 public WeakHashMap(Map<? extends K, ? extends V> m) { method in class:WeakHashMap
[all...]

Completed in 291 milliseconds