Uses of Class
java.lang.ref.ReferenceQueue
Packages that use ReferenceQueue
Package
Description
Provides reference-object classes, which support a limited degree
of interaction with the garbage collector.
-
Uses of ReferenceQueue in java.lang.ref
Constructors in java.lang.ref with parameters of type ReferenceQueueModifierConstructorDescriptionPhantomReference(T r, ReferenceQueue<? super T> q) Constructs a new instance of this class.SoftReference(T r, ReferenceQueue<? super T> q) Constructs a new instance of this class.WeakReference(T r, ReferenceQueue<? super T> q) Constructs a new instance of this class.