T
- type of the referencepublic class WeakCacheKey<T> extends WeakReference<T>
equals(Object)
returns true if and only if the reference is not yet expired and target
objects are equal in terms of equals(Object)
.
This an internal class, thus it might disappear in future cglib releases.
Constructor | Description |
---|---|
WeakCacheKey(T referent) |
Modifier and Type | Method | Description |
---|---|---|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
clear, enqueue, get, isEnqueued, reachabilityFence
Copyright © 2018. All rights reserved.