public abstract class SoftReferenceReaper<T> extends java.lang.ref.SoftReference<T> implements java.lang.Runnable
SoftReferenceReaper(T referent)
get
clear, enqueue, isEnqueued
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
run
public SoftReferenceReaper(T referent)