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

  /libcore/ojluni/src/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
CollectionAndMapModifyStreamTest.java 119 maps.put(WeakHashMap.class.getName(), () -> new WeakHashMap<>(content));
  /libcore/ojluni/src/main/java/java/util/
WeakHashMap.java 38 * An entry in a <tt>WeakHashMap</tt> will automatically be removed when
52 * A synchronized <tt>WeakHashMap</tt> may be constructed using the
60 * <tt>WeakHashMap</tt> at some later time and be surprised that its entry
64 * however, the automatic removal of <tt>WeakHashMap</tt> entries whose
67 * <p> The behavior of the <tt>WeakHashMap</tt> class depends in part upon
71 * <tt>WeakHashMap</tt> may behave as though an unknown thread is silently
73 * <tt>WeakHashMap</tt> instance and invoke none of its mutator methods, it
85 * <p> Each key object in a <tt>WeakHashMap</tt> is stored indirectly as
91 * <tt>WeakHashMap</tt> are held by ordinary strong references. Thus care
95 * key via the <tt>WeakHashMap</tt> itself; that is, a value object ma
    [all...]