public class SoftReference<T> extends Reference<T>
SoftReference(T r)
SoftReference(T r, ReferenceQueue<? super T> q)
T
get()
clear, clone, enqueue, isEnqueued, reachabilityFence
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SoftReference(T r, ReferenceQueue<? super T> q)
r
q
public SoftReference(T r)
public T get()
get
Reference<T>