
Public Member Functions | |
| PhantomReference (T r, ReferenceQueue<?super T > q) | |
| Constructs a new instance of this class. | |
| T | get () |
| Return the referent of the reference object. | |
| java.lang.ref.PhantomReference< T >.PhantomReference | ( | T | r, | |
| ReferenceQueue<?super T > | q | |||
| ) |
Constructs a new instance of this class.
| r | referent to track. | |
| q | queue to register to the reference object with. |
| T java.lang.ref.PhantomReference< T >.get | ( | ) |
Return the referent of the reference object.
Phantom reference objects referents are inaccessible, and so null is returned.
Reimplemented from java.lang.ref.Reference< T >.
Genereated on Tue Dec 9 14:09:48 2008 by Doxygen.
(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.