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

/openjdk7/jdk/src/share/classes/java/util/
H A DWeakHashMap.java34 * An entry in a <tt>WeakHashMap</tt> will automatically be removed when
48 * A synchronized <tt>WeakHashMap</tt> may be constructed using the
56 * <tt>WeakHashMap</tt> at some later time and be surprised that its entry
60 * however, the automatic removal of <tt>WeakHashMap</tt> entries whose
63 * <p> The behavior of the <tt>WeakHashMap</tt> class depends in part upon
67 * <tt>WeakHashMap</tt> may behave as though an unknown thread is silently
69 * <tt>WeakHashMap</tt> instance and invoke none of its mutator methods, it
81 * <p> Each key object in a <tt>WeakHashMap</tt> is stored indirectly as
87 * <tt>WeakHashMap</tt> are held by ordinary strong references. Thus care
91 * key via the <tt>WeakHashMap</t
131 public class WeakHashMap<K,V> class in inherits:AbstractMap,Map
262 public WeakHashMap(int initialCapacity, float loadFactor) { method in class:WeakHashMap
289 public WeakHashMap(int initialCapacity) { method in class:WeakHashMap
297 public WeakHashMap() { method in class:WeakHashMap
311 public WeakHashMap(Map<? extends K, ? extends V> m) { method in class:WeakHashMap
[all...]

Completed in 30 milliseconds