Java java.lang.ref WeakReference fields, constructors, methods, implement or subclass

Example usage for Java java.lang.ref WeakReference fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.lang.ref WeakReference.

The text is from its open source code.

Subclass

java.lang.ref.WeakReference has subclasses.
Click this link to see all its subclasses.

Constructor

WeakReference(T referent, ReferenceQueue q)
Creates a new weak reference that refers to the given object and is registered with the given queue.
WeakReference(T referent)
Creates a new weak reference that refers to the given object.