Example usage for Java java.lang.ref PhantomReference fields, constructors, methods, implement or subclass
The text is from its open source code.
PhantomReference(T referent, ReferenceQueue super T> q) Creates a new phantom reference that refers to the given object and is registered with the given queue. |