Interface HashingStrategy<E>
- All Superinterfaces:
Serializable
Interface for supporting user defined hashing strategies in Sets and Maps
-
Method Summary
Modifier and TypeMethodDescriptionintcomputeHashCode(E object) Computes the hashCode of the object as defined by the user.booleanChecks two objects for equality.
-
Method Details
-
computeHashCode
Computes the hashCode of the object as defined by the user. -
equals
-