Inheritance diagram for java.lang.ref.SoftReference:
Public Member Functions | |
SoftReference (Object r, ReferenceQueue q) | |
Constructs a new instance of this class. | |
SoftReference (Object r) | |
Constructs a new instance of this class. | |
Object | get () |
Return the referent of the reference object. | |
Private Attributes | |
int | age |
|
Constructs a new instance of this class.
|
|
Constructs a new instance of this class.
|
|
Return the referent of the reference object.
Reimplemented from java.lang.ref.Reference. |