public interface TObjectHashingStrategy<T> extends Serializable
Modifier and Type | Method and Description |
---|---|
int |
computeHashCode(T object)
Computes a hash code for the specified object.
|
boolean |
equals(T o1,
T o2)
Compares o1 and o2 for equality.
|
int computeHashCode(T object)
object
- for which the hashcode is to be computedboolean equals(T o1, T o2)
o1
- an Object
valueo2
- an Object
valueCopyright © GigaSpaces.