Uses of Package
java.lang.ref
Packages that use java.lang.ref
Package
Description
Provides reference-object classes, which support a limited degree
of interaction with the garbage collector.
-
Classes in java.lang.ref used by java.lang.refClassDescription
Cleaner
manages a set of object references and corresponding cleaning actions.Cleanable
represents an object and a cleaning action registered in aCleaner
.Abstract class which describes behavior common to all reference objects.ReferenceQueue is the container on which reference objects are enqueued when their reachability type is detected for the referent.