WeakishReference12public class WeakishReference12 extends WeakishReference.HardReference This is a reference that really is is Weak, as it uses the
appropriate java.lang.ref class. |
Constructors Summary |
---|
public WeakishReference12(Object reference)create a new soft reference, which is bound to a
Weak reference inside
super(reference);
|
|