T - type of the referencepublic class WeakCacheKey<T>
extends java.lang.ref.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.
| Modifier and Type | Field and Description |
|---|---|
private int |
hash |
| Constructor and Description |
|---|
WeakCacheKey(T referent) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |
public WeakCacheKey(T referent)