java.io.SerializableIdentityHashingStrategypublic interface HashingStrategy<T>
extends java.io.Serializable
| Modifier and Type | Field | Description |
|---|---|---|
static long |
serialVersionUID |
| Modifier and Type | Method | 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 computedboolean equals(T o1, T o2)
o1 - an Object valueo2 - an Object value