org.apache.tools.ant.util.optional

Class WeakishReference12


public class WeakishReference12
extends WeakishReference.HardReference

This is a reference that really is is Weak, as it uses the appropriate java.lang.ref class.

Nested Class Summary

Nested classes/interfaces inherited from class org.apache.tools.ant.util.WeakishReference

WeakishReference.HardReference

Constructor Summary

WeakishReference12(Object reference)
create a new soft reference, which is bound to a Weak reference inside

Method Summary

Methods inherited from class org.apache.tools.ant.util.WeakishReference

createReference, get

Constructor Details

WeakishReference12

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