T
- type of the referencepublic class WeakIdentityKey<T> extends WeakReference<T>
equals(Object)
returns true if and only if the reference is not yet expired and other
object is referencing exactly the same object.Constructor and Description |
---|
WeakIdentityKey(T referent) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
clear, enqueue, get, isEnqueued
Copyright © 2016. All rights reserved.