Serializable
public interface HashingStrategy<E> extends Serializable
Modifier and Type | Method | Description |
---|---|---|
int |
computeHashCode(E object) |
Computes the hashCode of the object as defined by the user.
|
boolean |
equals(E object1,
E object2) |
Checks two objects for equality.
|
int computeHashCode(E object)
Copyright © 2004–2019. All rights reserved.