Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.tools.ant.util.WeakishReference
org.apache.tools.ant.util.WeakishReference.HardReference
org.apache.tools.ant.util.optional.WeakishReference12
public class WeakishReference12
extends WeakishReference.HardReference
Nested Class Summary |
Nested classes/interfaces inherited from class org.apache.tools.ant.util.WeakishReference | |
WeakishReference.HardReference |
Constructor Summary | |
|
Method Summary |
Methods inherited from class org.apache.tools.ant.util.WeakishReference | |
createReference , get |
public WeakishReference12(Object reference)
create a new soft reference, which is bound to a Weak reference inside
- Parameters:
reference
- the object to reference.
- See Also:
java.lang.ref.WeakReference