public class WeakObjectReference<T> extends WeakReference<T> implements IObjectReference<T>
| Constructor and Description |
|---|
WeakObjectReference(T objectRef) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getObjectDescription() |
int |
hashCode() |
boolean |
isStale() |
boolean |
isWeakReference() |
String |
toString() |
clear, enqueue, get, isEnqueuedclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetpublic WeakObjectReference(T objectRef)
public String getObjectDescription()
getObjectDescription in interface IObjectReference<T>public boolean isWeakReference()
isWeakReference in interface IObjectReference<T>public boolean isStale()
isStale in interface IObjectReference<T>Copyright © 2017. All rights reserved.