JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Java SE 11 & JDK 11
All Classes
SEARCH:
JavaScript is disabled on your browser.
Uses of Package
java.lang.ref
Packages that use
java.lang.ref
Package
Description
java.lang.ref
Provides reference-object classes, which support a limited degree of interaction with the garbage collector.
Classes in
java.lang.ref
used by
java.lang.ref
Class
Description
Cleaner
Cleaner
manages a set of object references and corresponding cleaning actions.
Cleaner.Cleanable
Cleanable
represents an object and a cleaning action registered in a
Cleaner
.
Reference
Abstract class which describes behavior common to all reference objects.
ReferenceQueue
ReferenceQueue is the container on which reference objects are enqueued when their reachability type is detected for the referent.