WeakReference
wrapper key for entries in the backing map.
Modifier and Type | Field and Description |
---|---|
private final int | hashcode
Saved hashcode of the key. |
Access | Constructor and Description |
---|---|
pack-priv | WeakReferenceKey(T
unwrapped key value key, ReferenceQueue<T> reference queue queue)Package-Protected constructor. |
Modifier and Type | Method and Description |
---|---|
public boolean | equals(Object
the reference object with which to compare. obj)Overrides java. Indicates whether some other object is "equal to" this one. |
public int | |
public String | |
public void |
hashcode | back to summary |
---|---|
private final int hashcode Saved hashcode of the key. Used when |
WeakReferenceKey | back to summary |
---|---|
pack-priv WeakReferenceKey(T key, ReferenceQueue<T> queue) Package-Protected constructor.
|
equals | back to summary |
---|---|
public boolean equals(Object obj) Overrides java. Doc from java. Indicates whether some other object is "equal to" this one.
The
An equivalence relation partitions the elements it operates on into equivalence classes; all the members of an equivalence class are equal to each other. Members of an equivalence class are substitutable for each other, at least for some purposes. |
hashCode | back to summary |
---|---|
public int hashCode() Overrides java. Doc from java. Returns a hash code value for this object. This method is
supported for the benefit of hash tables such as those provided by
The general contract of
|
toString | back to summary |
---|---|
public String toString() Overrides java. Doc from java. Returns a string representation of the object.
Satisfying this method's contract implies a non- |
unused | back to summary |
---|---|
public void unused() Implements jdk. Cleanup unused key. No need to enqueue since the key did not make it into the map.
|