Home | History | Annotate | Download | only in ref

Lines Matching full:reference

36  * Implements a weak reference, which is the middle of the three types of
64 * with their corresponding reference queues, if any.
72 * reference:
86 public class WeakReference<T> extends Reference<T> {
89 * Constructs a new weak reference to the given referent. The newly created
90 * reference is not registered with any reference queue.
99 * Constructs a new weak reference to the given referent. The newly created
100 * reference is registered with the given reference queue.
103 * @param q the queue to register to the reference object with. A null value
104 * results in a weak reference that is not associated with any