Package | Description |
---|---|
java.lang.ref |
Contains core language classes related to object references & garbage collection.
|
Constructor and Description |
---|
WeakReference(T referent,
ReferenceQueue<? super T> q)
Creates a new weak reference that refers to the given object and is registered with the given
queue.
|