public class MapEntryInfoKey extends EntryInfoKey<Object>
_hashCode
Constructor and Description |
---|
MapEntryInfoKey(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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
hashCode
public MapEntryInfoKey(Object value, Object key, ReferenceQueue<Object> queue)
value
- the IMap valuekey
- the IMap keyqueue
- for the cleanerpublic boolean equals(Object object)
equals
in class EntryInfoKey<Object>
Copyright © GigaSpaces.