No examples for this method.
Frequently called with: [Clear]
-1
java.lang.Object | |
↳ | java.lang.ref.Reference<T> |
![]() |
![]() |
Provides an abstract class which describes behavior common to all reference objects. It is not possible to create immediate subclasses of Reference
in addition to the ones provided by this package. It is also not desirable to do so, since references require very close cooperation with the system's garbage collector. The existing, specialized reference classes should be used instead.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Makes the referent
null .
|
||||||||||
|
Forces the reference object to be enqueued if it has been associated with a queue.
|
||||||||||
|
Returns the referent of the reference object.
|
||||||||||
|
Checks whether the reference object has been enqueued.
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Makes the referent null
. This does not force the reference object to be enqueued.
Forces the reference object to be enqueued if it has been associated with a queue.
true
if this call has caused the Reference
to become enqueued, or false
otherwise Returns the referent of the reference object.
null
if the object has been cleared. Checks whether the reference object has been enqueued.
true
if the Reference
has been enqueued, false
otherwise