java.lang.ObjectAbstract base class for reference objects. This class defines the operations common to all reference objects. Because reference objects are implemented in close cooperation with the garbage collector, this class may not be subclassed directly.java.lang.ref.Reference
Mark
- Reinhold1.2
- Field Summary | ||
---|---|---|
ReferenceQueue<? super T> | queue | |
Reference | next |
Constructor: |
---|
|
|
Method from java.lang.ref.Reference Summary: |
---|
clear, enqueue, get, isEnqueued |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from java.lang.ref.Reference Detail: |
---|
This method is invoked only by Java code; when the garbage collector clears references it does so directly, without invoking this method. |
This method is invoked only by Java code; when the garbage collector enqueues references it does so directly, without invoking this method. |
null . |
false . |