Package com.j_spaces.core.client.version
Class EntryInfoKey<T>
java.lang.Object
java.lang.ref.Reference<T>
java.lang.ref.WeakReference<T>
com.j_spaces.core.client.version.EntryInfoKey<T>
- Type Parameters:
T- the type of the Object that need be mapped to info.
- Direct Known Subclasses:
MapEntryInfoKey
Key in the EntryInfo table.
- Since:
- 5.0EAG Build#1400-010
- Version:
- 1.0
- Author:
- Guy Korland
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEntryInfoKey(T referent) Creates a new key for theVersionTable, used by the findEntryInfoKey(T referent, ReferenceQueue<Object> queue) Creates a new key for theVersionTable. -
Method Summary
Methods inherited from class java.lang.ref.Reference
clear, clone, enqueue, get, isEnqueued, reachabilityFence, refersTo
-
Field Details
-
_hashCode
protected int _hashCode
-
-
Constructor Details
-
EntryInfoKey
Creates a new key for theVersionTable.- Parameters:
referent- reference for the Object that should be mappedqueue- Queue for the cleaner
-
EntryInfoKey
Creates a new key for theVersionTable, used by the find
-
-
Method Details