T
- the type of the Object that need be mapped to info.public class EntryInfoKey<T> extends WeakReference<T>
Modifier and Type | Field and Description |
---|---|
protected int |
_hashCode |
Constructor and Description |
---|
EntryInfoKey(T referent)
Creates a new key for the
VersionTable , used by the find |
EntryInfoKey(T referent,
ReferenceQueue<Object> queue)
Creates a new key for the
VersionTable . |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object infoKey) |
int |
hashCode() |
public EntryInfoKey(T referent, ReferenceQueue<Object> queue)
VersionTable
.referent
- reference for the Object that should be mappedqueue
- Queue for the cleanerpublic EntryInfoKey(T referent)
VersionTable
, used by the findCopyright © GigaSpaces.