
Public Member Functions | |
| SoftReference (T r) | |
| Constructs a new instance of this class. | |
| SoftReference (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.SoftReference< T >.SoftReference | ( | T | r | ) |
Constructs a new instance of this class.
| r | referent to track. |
| java.lang.ref.SoftReference< T >.SoftReference | ( | 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.SoftReference< T >.get | ( | ) |
Return the referent of the reference object.
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.