java.lang.ref |
Provides support for weak references.
@since CLDC 1.1
|
Java Source File Name | Type | Comment |
Finalizer.java | Class | |
FinalReference.java | Class | |
PhantomReference.java | Class | Phantom reference objects, which are enqueued after the collector
determines that their referents may otherwise be reclaimed. |
Reference.java | Class | Abstract base class for reference objects. |
ReferenceQueue.java | Class | Reference queues, to which registered reference objects are appended by the
garbage collector after the appropriate reachability changes are detected. |
SoftReference.java | Class | Soft reference objects, which are cleared at the discretion of the garbage
collector in response to memory demand. |
WeakReference.java | Class | This class provides support for weak references. |