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

/dalvik/libcore/luni-kernel/src/main/java/java/lang/ref/
H A DSoftReference.java65 * time, yet all {@code SoftReference}s pointing to softly reachable objects are
72 * SoftReference} and a {@code WeakReference} is the point of time at which the
77 * A {@code SoftReference} should be cleared and enqueued <em>as late as
89 public class SoftReference<T> extends Reference<T> { class in inherits:Reference
99 public SoftReference(T r) { method in class:SoftReference
115 public SoftReference(T r, ReferenceQueue<? super T> q) { method in class:SoftReference

Completed in 54 milliseconds