| Package | com.addicted2flash.util |
| Class | public class WeakReference |
| Implements | IDisposable |
| Property | Defined by | ||
|---|---|---|---|
| reference : * [read-only]
return the referenced object.
| WeakReference | ||
| Method | Defined by | ||
|---|---|---|---|
|
WeakReference(value:*)
Create a new
WeakReference. | WeakReference | ||
|
dispose():void
free memory for garbage collection.
| WeakReference | ||
|
toString():String
String representation of
WeakReference. | WeakReference | ||
| reference | property |
reference:* [read-only]return the referenced object.
Implementation public function get reference():*
| WeakReference | () | constructor |
public function WeakReference(value:*)
Create a new WeakReference.
value:* — referenced object
|
| dispose | () | method |
public function dispose():voidfree memory for garbage collection.
| toString | () | method |
public function toString():String
String representation of WeakReference.
String — String representation of WeakReference
|