public interface HashingStrategy<T> extends Serializable
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID
|
| 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.
|
static final long serialVersionUID
int computeHashCode(T object)
object - for which the hashcode is to be computed
boolean equals(T o1, T o2)
o1 - an
Object value
o2 - an
Object value