Searched refs:SoftCache (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/text/
H A DCollator.java46 import sun.misc.SoftCache;
503 private static SoftCache cache = new SoftCache();
/openjdk7/jdk/src/share/classes/sun/misc/
H A DSoftCache.java43 * <p> A <code>SoftCache</code> object uses {@link java.lang.ref.SoftReference
46 * <code>SoftCache</code> entry is no longer strongly reachable, then it may
48 * object. All <code>SoftCache</code> objects are guaranteed to be completely
60 * synchronized <code>SoftCache</code> may be constructed using the
72 * public class URLCache extends SoftCache {
79 * <p> The behavior of the <code>SoftCache</code> class depends in part upon
82 * Because entries are removed from a <code>SoftCache</code> in response to
83 * dynamic advice from the garbage collector, a <code>SoftCache</code> may
85 * particular, even if you synchronize on a <code>SoftCache</code> instance and
105 public class SoftCache extend class in inherits:AbstractMap,Map
191 public SoftCache(int initialCapacity, float loadFactor) { method in class:SoftCache
204 public SoftCache(int initialCapacity) { method in class:SoftCache
212 public SoftCache() { method in class:SoftCache
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/
H A DSunToolkit.java48 import sun.misc.SoftCache;
726 static final SoftCache imgCache = new SoftCache();

Completed in 38 milliseconds