Class MapEntryInfoKey
java.lang.Object
java.lang.ref.Reference<T>
java.lang.ref.WeakReference<T>
com.j_spaces.core.client.version.EntryInfoKey<Object>
com.j_spaces.core.client.version.map.MapEntryInfoKey
Key in the MapVersionTable.
- Since:
- 5.0EAG Build#1400-010
- Version:
- 1.0
- Author:
- Guy Korland
-
Field Summary
Fields inherited from class com.j_spaces.core.client.version.EntryInfoKey
_hashCode -
Constructor Summary
ConstructorsConstructorDescriptionMapEntryInfoKey(Object value, Object key) Creates a new MapEntryInfoKey, used to find existing key in MapVersionTable.MapEntryInfoKey(Object value, Object key, ReferenceQueue<Object> queue) Creates a new MapEntryInfoKey, used to keep it in MapVersionTable. -
Method Summary
Methods inherited from class com.j_spaces.core.client.version.EntryInfoKey
hashCodeMethods inherited from class java.lang.ref.Reference
clear, clone, enqueue, get, isEnqueued, reachabilityFence, refersTo
-
Constructor Details
-
MapEntryInfoKey
Creates a new MapEntryInfoKey, used to keep it in MapVersionTable.- Parameters:
value- the IMap valuekey- the IMap keyqueue- for the cleaner
-
MapEntryInfoKey
Creates a new MapEntryInfoKey, used to find existing key in MapVersionTable.- Parameters:
value- the IMap valuekey- the IMap key
-
-
Method Details
-
equals
- Overrides:
equalsin classEntryInfoKey<Object>
-