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

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

Introduction

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

The text is from its open source code.

Constructor

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