Packageorg.aswing.util
Classpublic class WeakReference

WeakReference, the value will be weak referenced.



Public Properties
 PropertyDefined by
  value : *
WeakReference
Public Methods
 MethodDefined by
  
WeakReference
  
clear():void
Clear the value, same to WeakReference.value=null;
WeakReference
Property detail
valueproperty
value:*  [read-write]Implementation
    public function get value():*
    public function set value(value:*):void
Constructor detail
WeakReference()constructor
public function WeakReference()
Method detail
clear()method
public function clear():void

Clear the value, same to WeakReference.value=null;