public interface TObjectHashingStrategy extends Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
computeHashCode(Object o)
Computes a hash code for the specified object.
|
boolean |
equals(Object o1,
Object o2)
Compares o1 and o2 for equality.
|
int computeHashCode(Object o)
object - for which the hashcode is to be computedboolean equals(Object o1, Object o2)
o1 - an Object valueo2 - an Object valueCopyright © 2019 JULIE Lab, Germany. All rights reserved.