API Overview API Index Direct link to this page
JDK 1.6
  Package: java.lang.ref
Author(s)
Mark Reinhold
Since
1.2
Version
1.10, 12/19/03
Serial
Description
  Provides reference-object classes, which support a limited degree of interaction with the garbage collector.
See also:   
PhantomReference View Source Phantom reference objects, which are enqueued after the collector determines that their referents may otherwise be reclaimed.
Reference View Source Abstract base class for reference objects.
ReferenceQueue View Source Reference queues, to which registered reference objects are appended by the garbage collector after the appropriate reachability changes are detected.
SoftReference View Source Soft reference objects, which are cleared at the discretion of the garbage collector in response to memory demand.
WeakReference View Source Weak reference objects, which do not prevent their referents from being made finalizable, finalized, and then reclaimed.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar