Searched defs:Reference (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/luni-kernel/src/main/java/java/lang/ref/
H A DReference.java38 * {@code Reference} in addition to the ones provided by this package. It is
45 public abstract class Reference<T> { class
66 * and be a java.lang.ref.Reference.
69 volatile Reference queueNext;
82 Reference() { method in class:Reference
98 * If a Reference object is a subclass of any of the
99 * java.lang.ref.*Reference classes and that subclass overrides enqueue(),
104 * @return {@code true} if this call has caused the {@code Reference} to
129 * @return {@code true} if this call has caused the {@code Reference} to
153 * @return {@code true} if the {@code Reference} ha
[all...]

Completed in 59 milliseconds