Inheritance diagram for java.lang.ref.PhantomReference:
Public Member Functions | |
Object | get () |
Return the referent of the reference object. | |
PhantomReference (Object r, ReferenceQueue q) | |
Constructs a new instance of this class. |
|
Constructs a new instance of this class.
|
|
Return the referent of the reference object. Phantom reference objects referents are inaccessible, and so null is returned.
Reimplemented from java.lang.ref.Reference. |